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 trial

PHP

solved: 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

Created a $adress from $_POST adress and deleted it. Weird enough the problem solved.

1 Answer

Could've been a typo.. Assuming the first time you mention $_POST['Adress'] it should've been either $_POST['Address'] or lowercase or something.