View Single Post
Old 02-10-2003, 02:58 PM   #6 (permalink)
Phytoporg
Registered User
 
Join Date: Feb 2003
Location: Ridgewood, NJ
Posts: 1
Phytoporg is on a distinguished road
Send a message via AIM to Phytoporg Send a message via Yahoo to Phytoporg
I typically would do something like this in a situation where case needs to be ignored:

$results = mysql_query ("select * from users where username like '$username'");
Phytoporg is offline   Reply With Quote