Variables on Forms
Posted: Wed Apr 30, 2003 11:19 pm
Small question: when I'm transferring data via get/post over a form does the "name='name'" attribute (within the form) automatically get turned to the variable '$name' in the action page or do I need to type '$_POST["name"] = $name'?
Thanks.
Thanks.