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

steven schwerin
steven schwerin
7,722 Points

$_Post

Hi,

Why I submit my form in the Working with $_Post Variables section, I get a few messages saying that my variables are undefined.

Thoughts?

1 Answer

David Kaneshiro Jr.
David Kaneshiro Jr.
29,247 Points

Make sure when you are calling your $_POST variables, all the letters in POST are in uppercase. If you are using $_Post it won't work.