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?

--
"If there isn't a population problem, why is the government putting cancer in
the cigarettes?"
-- the elder Steptoe, c. 1970

--
http://mm.glug-bom.org/mailman/listinfo/linuxers

Reply via email to