Processing form data
Posted: Wed Feb 19, 2003 3:17 am
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
Why is that? can i just use echo ($name); ?
pls help