Hi,

Following the previous discussion regarding confirmation of
subscriptions (to all the people who replied, my thanks), i now generate
an URL something like this:


http://www.bar.com/[EMAIL PROTECTED]&code=vu782

Then in file confirma_registo_action.php, i do:

  $email    = $_GET['email'];
  $code     = $_GET['code'];
  print($email);
  print($code);

for testing, but it does print nothing.
So, i'm not getting the parameters from the URL.
I have register_globals=Off in php.ini

Why is this wrong and how to make it right ?

Thanking you in advance.

Warm Regards,
Mário Gamito

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

Reply via email to