<[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
> Hi Felipe.
> First of all... the lacking double-quotes at the end ot the string! So,
the
> right way is:
> header("Location: validation.php?name=$name&mail=$mail&message=$message");
> This line works well if...
>
> Regarding your
Hi Felipe.
First of all... the lacking double-quotes at the end ot the string! So, the
right way is:
header("Location: validation.php?name=$name&mail=$mail&message=$message");
This line works well if...
Regarding your "question", the problem is in a uncorrect usage of the
variables while composing
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 id