Processing form data

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
theclay7
Forum Commoner
Posts: 50
Joined: Wed Feb 19, 2003 3:17 am

Processing form data

Post by theclay7 »

Hello, I am using html form to submit my guestbook with fields name, email, comment. Then i used php and tried to retrieve the submitted value as $email and $name, however, i cannot read any input UNLESS I replace it as $HTTP_POST_VARS["name"].
Why is that? can i just use echo ($name); ?


pls help
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Post Reply