ok well this is my problem, i have a form with two checkbox's on page "A" and my action submits the values of the form to page "B" when this happens i get the error :
Notice: Undefined variable: (the variable name and location)
i have defined the var naming it "x" and in my if statment i call the variable with $x, my record_global setting in my php.ini file is set to "On" so i am very sure it is not that.
the tricky thing is if i check the boxes i dont get the error so it is as if there is no value in the box unless you check it so i set a value to it, first i set its value to " ", then i set it to "Off" nothing works, i really dont know what the problem is.
can someone plz help me