ilikephp Posted May 5, 2009 Share Posted May 5, 2009 Hello, I always get this error message "Please go back and fill out the form again." Could you help plz, the php scrit is listed below: <body> <?php if (!empty($_P0OST['name']) ) { echo "<p>Thank you, <b>{$_POST['name']}</b> </p>\n"; } else { // Missing form value. echo '<p class="error">Please go back and fill out the form again.</p>'; } ?> </body> Link to comment https://forums.phpfreaks.com/topic/156920-solved-php-calidation/ Share on other sites More sharing options...
Mike SD Posted May 5, 2009 Share Posted May 5, 2009 $_P0OST You have a 0 in your $_POST This may be causing the problem Link to comment https://forums.phpfreaks.com/topic/156920-solved-php-calidation/#findComment-826598 Share on other sites More sharing options...
ilikephp Posted May 6, 2009 Author Share Posted May 6, 2009 Oupss.. Thx a lot Link to comment https://forums.phpfreaks.com/topic/156920-solved-php-calidation/#findComment-827721 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.