You can now get live and scheduled help from us at our NEW Google Helpouts listing! Go here to start a Helpout with Alan today! https://helpouts.google.com/102556382486578836793/ls/acbd5e096c73fe2e
source
4 comments
Comments are closed.
Free PHP Video Tutorials
You can now get live and scheduled help from us at our NEW Google Helpouts listing! Go here to start a Helpout with Alan today! https://helpouts.google.com/102556382486578836793/ls/acbd5e096c73fe2e
source
Comments are closed.
with if statement statement it gives me an error
Notice: Undefined index: submit in C:xampphtdocsfirstfile.php on line 25
always error on submit
to fix the Unidentified index error, use the isset() function in the if statement as follows…
if (isset($_POST['submit'])) {
bit confused my Array is not showing