Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~294 People Reached
Favorite Forums

3 Posted Topics

Member Avatar for hramos

Hi, I am php noob and I have question about the singleton patter in php. I am not sure how the server handles the different users. If I create a singleton class, is that "single" instance shared among all the different users connecting to the server? are there any situations …

Member Avatar for griswolf
0
108
Member Avatar for hramos

Hello, I have a couple question. I have experience with a couple programming langagues but I am new to ASP.net. I am trying to create a web Application in C#. My first questions has to do with layouts. I am trying to make it so that all requests go through …

Member Avatar for ryuslash
-1
91
Member Avatar for sudharani

I am new to to ASP.net to. But something where I think you might have a problem is when you retrieve the user name and password using dr.GetString(0) and dr.GetString(1). I think it would be safer to do something like dr["username"].toString() and dr["password"].toSTring() . This assuming your columns names are …

Member Avatar for hramos
0
95

The End.