Re: [PHP-WIN] Re: HELP - varible not passing from form

2004-08-26 Thread Daniel Anderson
The action tag does not work when you have the GET method on. To retrieve information from the form you should use POST. Well at least that's how it has worked for me anyway ;P - Original Message - From: "aRZed" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 23, 2004 10:

RE: [PHP-WIN] Re: HELP - varible not passing from form

2004-08-23 Thread Gryffyn, Trevor
And if you ARE using $Name = $_GET["Name"], then maybe post a sample of your PHP code so we can try to help you better. The most common cause of this issue is the "register_globals" thing, but it could be something else as well. Remember, GET method passes all your data through the browser URL (