[EMAIL PROTECTED] wrote:
hi there,

the following code runs but no message is displayed from the if then else
statement at the end of the script. also, nothing is written to the database.
i have checked the insert statement and the login credentials are correct.does
anyone know what might be causing this?


// if the submit buttons has been pressed if (isset($_POST['submit'])){

Is the submit button name/value pair being posted? Add else clause to the condition and echo something.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to