Hello all, I have a php page which calls another with header function. This is the sintax:
header("Location: validation.php?name=$name&mail=$mail&message=$message);
The problem is that in the next php page, it only gets the first word of
the first variable, and it shows an error of no identified variables mail
and message. Does anyone know why?
Thanks,
Felipe.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
