[pLog-svn] Re: AdminLoginAction

Jesse Peterson jesse.peterson at exbiblio.com
Wed Mar 22 07:18:53 GMT 2006


On Wed, 22 Mar 2006 09:03:07 +0200
Oscar Renalias <oscar at renalias.net> wrote:

> It doesn't matter, does it? There can't be both of them in the same  
> request :-)

Sure there can.  You can send a send an HTTP POST to a URL like:
http://example.com/example.php?myparam=value.  In raw PHP you grab the
URL param from $_GET and the POST param from $_POST.

Unless I'm completely wrong - which wouldn't surprise me :).


More information about the pLog-svn mailing list