|
Posted by Richard Davey on 05/20/05 20:11
Hello Mário,
Friday, May 20, 2005, 4:48:07 PM, you wrote:
MG> http://www.bar.com/confirma_registo_action.php?email=foo@bar.com&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
--
http://www.launchcode.co.uk - PHP Development Services
"I do not fear computers. I fear the lack of them." - Isaac Asimov
Navigation:
[Reply to this message]
|