Porkie Posted September 14, 2009 Share Posted September 14, 2009 what code can i use to check for empty fields in my form? and do i need to put the code on the form page or on the submit page? And where about on the page? also i want my form to pick this up as a field <?php echo $stuff['email']; ?> however is this the righjt code i should be using to pick up the variable? $email = $_POST['email']; cheers in advance Link to comment https://forums.phpfreaks.com/topic/174182-checking-for-empty-fields/ Share on other sites More sharing options...
trq Posted September 14, 2009 Share Posted September 14, 2009 empty. Link to comment https://forums.phpfreaks.com/topic/174182-checking-for-empty-fields/#findComment-918224 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.