Jump to content

Undefined variable: maidenname in...


Scotty13

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...