Sometime on Jan 27, F cobbled together some glyphs to say:
Here is what my form post looks like <form name="1form"
onSubmit="return form_Validator(this)" mothod="post" action="test.php?who=itsmeheheheheheehe"> and my test.php is : echo $_GET['who']; yet I dont get any value for who on the page .
Try $_REQUEST['who']
btw, do you have a variable in your form that is also called who?