Scotty13 Posted March 30, 2012 Report Share Posted March 30, 2012 My registration.php form has questions that have to be answered and three that are optional. The three that are optional give me this error in the box when tested in browser. <br /><b>Notice</b>: Undefined variable: maidenname in <b>/home/*******/********/root/registration.php</b> on line <b>304</b><br /> Thanks, Scott Link to comment Share on other sites More sharing options...
thescientist Posted March 30, 2012 Report Share Posted March 30, 2012 So your variable is undefined on that line. So trace back the variable maidenname, and find if it is in fact being defined or not. It must not be or else you wouldn't be getting that error. Probably need to check your casing, or something like that. Link to comment Share on other sites More sharing options...
Scotty13 Posted March 30, 2012 Author Report Share Posted March 30, 2012 Never mind. I was missing $maidenname = ""; Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now