Re: Getting parameters from the URL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Richard,

It still doesn't works.
Maybe it's because it's being launched from outside the site (i. e., the
referrer is not from the site ?).

Maybe something's in php.ini ?

Any ideas ?

Warm Regards,
Mário Gamito

Richard Davey wrote:
> Hello Mário,
> 
> Friday, May 20, 2005, 4:48:07 PM, you wrote:
> 
> MG> http://www.bar.com/confirma_registo_action.php?email=foo@xxxxxxx&code=vu782
> 
> MG> for testing, but it does print nothing. So, i'm not getting the
> MG> parameters from the URL. I have register_globals=Off in php.ini
> 
> MG> Why is this wrong and how to make it right ?
> 
> Try dumping out the whole of $_GET to see if you are receiving
> anything at all:
> 
> <?php
>      print_r($_GET);
> ?>
> 
> Best regards,
> 
> Richard Davey

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux