is there such a way to state does not equal? I want to use it for making a password oriented thing. i'm guessing there's >= amd <=, but is there be a /= ? or something to that effect?
!=
hmmmmmmanuals! http://www.php.net/manual/en/language.operators.comparison.php
I think it is "!= " or "<>"
thanks!, another question on sort of the same topic, how do you make the form not show the word? like make it show *****
use an input field of type 'password'