Hi all,

Im wondering if anyone can help me with this "problem"

I have a form with the following line of code;

$message .= "<a href=\"http://127.0.0.1/devsite/activate.php?member=$realname&hash=$initPass\";>Click here to activate</a>\n";

What I actually get is the following output;

<a href=ttp://127.0.0.1/devsite/activate.php?member=Steven Mac Intyre&hash95aea7a8aee0fdcc90d7e9893c75bb3">Click here to activate</a>

You will see it is missing the "h" out of http and the "=" out of hash= ... also the first charactor of the hash variable is missing.

Has anyone else seen this ? Know how to fix it ?

PLEASE HELP

Steven

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



Reply via email to