Annoying Errors
Posted: Wed Oct 01, 2008 7:20 pm
Hi there, I need a little help with a php script I am working on. I am fairly new to PHP, so please excuse me if I don't understand a few things.
With regards to this script here:
http://pastebin.com/d546f3dff
I am receiving a blank white page and after adding debugging options, I am left with the following notices:
Notice: Undefined variable: sub in /home/mobsters/public_html/pages/oc.php on line 50
Notice: Undefined variable: submit in /home/mobsters/public_html/pages/oc.php on line 122
Clearly, I would like to eliminate these "problems" so that my script is free from errors.
How would I go about doing this?
Thanks
With regards to this script here:
http://pastebin.com/d546f3dff
I am receiving a blank white page and after adding debugging options, I am left with the following notices:
Notice: Undefined variable: sub in /home/mobsters/public_html/pages/oc.php on line 50
Notice: Undefined variable: submit in /home/mobsters/public_html/pages/oc.php on line 122
Clearly, I would like to eliminate these "problems" so that my script is free from errors.
How would I go about doing this?
Thanks