Hello Mário,

Friday, May 20, 2005, 4:48:07 PM, you wrote:

MG> http://www.bar.com/[EMAIL PROTECTED]&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

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

Reply via email to