Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDennis Adriaansen
2,299 Pointssolved: Undefined index: address
I have a inputfield for the adress. But its for protection not for using. Now i have a if statement that checks if $_POST["Adress"] isset. If is not there wil be displaying an error. But when i open the page in the browser.
This appears: Undefined index: address in C:\xampp\htdocs\shirts4mike\contact.php on line 21
1 Answer
Yorick Toma
742 PointsCould've been a typo.. Assuming the first time you mention $_POST['Adress'] it should've been either $_POST['Address'] or lowercase or something.
Dennis Adriaansen
2,299 PointsDennis Adriaansen
2,299 PointsCreated a $adress from $_POST adress and deleted it. Weird enough the problem solved.