validate user input

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Elmo
Forum Newbie
Posts: 2
Joined: Fri Jun 04, 2004 5:59 pm
Location: somewhere around

Post by Elmo »

Can you have spaces in pass words?

Secondly use field type as "password" for password fields instead of text..
magicrobotmonkey
Forum Regular
Posts: 888
Joined: Sun Mar 21, 2004 1:09 pm
Location: Cambridge, MA

Post by magicrobotmonkey »

you should be fine with passwords if you always use quotes around them. IMHO its a bad idea, however
Post Reply