Jump to content

[SOLVED] php calidation


ilikephp

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.