I would imagine that you would also want to use place holders and qq() where appropriate as well.if ($form_username && $form_password && $form_name) { # create $SQL here # other stuff here print "Parms OK.\n"; } else { print "Missing one or more required value(s) for username, password +or name.\n"; }
--Jim
In reply to Re: mysql search statement
by jlongino
in thread mysql search statement
by Parham
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |