Philip Tellis wrote:

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?

Hey Philip ,
The $_GET['who'] finally worked . There was a mistake in the word "method" . Pretty stupid thing to do ... But the funny thing is thats the other variables were coming through !!!! QAnyway ........... Thanks a lot for the HELP all you guys !!! Have a Lovely weekend !!!! Thanks once again ...
Francis Pereira !!

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

Reply via email to