|
|
|
|
Re: I don't understand the debug page address [message #47536 is a reply to message #47506] |
Tue, 28 August 2007 15:17  |
Eclipse User |
|
|
|
"emo" <emil.vladev@gmail.com> ha scritto nel messaggio
news:46D45C4A.5020509@gmail.com...
> Actually you can know - by setting the *name=* attribute of the button
> will cause the it's *value=* to be sent to the server.
> Then you can check
> if (isset($_POST['Submit'])) {
> // It's a post using this button
> } else {
> // assuming it's first load
> }
-- errata corrige: I talked about $_SESSION["REQUEST_METHOD"] but it is
$_SERVER["REQUEST_METHOD"] --
Yes, you told me a solution, but:
- this require the fact that I'm working with POST and not with GET, and
this is not sure.
- the first load told me that there is a GET, but it's false.
|
|
|
Powered by
FUDForum. Page generated in 0.02794 seconds