Posted by Andrew Maxwell on 01/17/05 10:32
When you submit something, and you want to make sure that the user inputs all of the info, is there an easier way to do it than this: if ((!$_POST[name]) || !$_POST[pass]) || (!$_POST[blah])) { etc..... } is there an easy way to check if all of the varibles have data in them? ~Andrew
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming