My login system uses mysql and usernames/passwords are stored in textformat.
Currently my system is not case sensitive. Do you recomand to change it to be so? And how do I do it?
Thanks, Michael
Username : no Password : yes
How to do : in the definition of your text column use the keyword BINARY.
e.g.
season_desc varchar(30) binary default NULL,
HTH
Justin
leave it alone - my philosophy is SAVE HASSLE AT ALL COSTS!
how can i use cookie
setcookie($var,$value)
does not work error message its already initialized
please help.