Schalk wrote:
Jochem Maas wrote:
do a search $_SERVER['PHP_SELF'] - it should answer all your question.
if in doubt a var_dump() can do wonders (in this finding out what kind of
info is generally available, e.g.:
';
var_dump($_SERVER, $_REQUEST, $_ENV, $_POST, $_GET);
Thanks Jochem,
no
Jochem Maas wrote:
do a search $_SERVER['PHP_SELF'] - it should answer all your question.
if in doubt a var_dump() can do wonders (in this finding out what kind of
info is generally available, e.g.:
';
var_dump($_SERVER, $_REQUEST, $_ENV, $_POST, $_GET);
Thanks Jochem,
A combination $_SERV
2 matches
Mail list logo