Re: [PHP-WIN] variables problem

2003-06-27 Thread Felipe Lorente
<[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

Re: [PHP-WIN] variables problem

2003-06-27 Thread morris71
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

[PHP-WIN] variables problem

2003-06-27 Thread Felipe Lorente
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