Undefined variable PHP 4.3.2

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
abrogard
Forum Newbie
Posts: 11
Joined: Sun Apr 04, 2004 6:02 am

Undefined variable PHP 4.3.2

Post by abrogard »

I am a newbie. Using PHP 4.3.2 on win2K. Downloaded a tutorial and tried using their sample Form. All on one page, form and php handler. It won't run successfully. Reports the variables in the form are undeclared. The radio buttons, the hidden thing, all reported as undeclared.

Any clues?
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post by markl999 »

Try using $_POST['whatever'] where you are using $whatever
If that doesn't solve it then post some code ;)
Post Reply