'Notice: Undefined index' after turning errors up to full
Posted: Thu Apr 24, 2003 5:22 am
Hi
I have made a few forms that write data to mySQL, these seem to work fine by all accounts but after turning errors to full I get the error
i have also tried $_POST['submit'] . i also have similar forms wrapped in a function that dont give me any error, so I take it that it there another way of defining the value $submit that I need to do.
Thanks
I have made a few forms that write data to mySQL, these seem to work fine by all accounts but after turning errors to full I get the error
line 31 isNotice: Undefined variable: submit in "address" in line 31
Code: Select all
<?php
if ($submit) {
?>Thanks