Re: [PHP] using submit button and PHP-HELP

2003-09-22 Thread Marek Kilimajer
Angelo Zanetti wrote: Hi, I have a form that has a submit button in it, when the button is pressed I want it to reload the same page, with the same URL, however when I click on the submit button, the URL that it produces is http://whatever.php? then the name of my submit button = value for exampl

RE: [PHP] using submit button and PHP-HELP

2003-09-22 Thread Angelo Zanetti
way of testing this? -Original Message- From: Mark Walker [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 4:54 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] using submit button and PHP-HELP Hi You might like to try something like $REQUEST_URI rather than $PHP_SELF, if you want