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
Just a few notes about my problem!
It seems that PHP 4 on Windows 2000 with IIS 5.0 all directories of level 1
(starting from the "root") aren't visible as "directories".
In fact, I have tested some directory-paths with "is_dir" function, with
different paths and PHP is able to recognize only / (ro
Hi all!
I have a little (or not?) problem with PHP filesystem functions with a
IIS/Win2000 installation!
I'm trying to execute a simple << is_dir("c:/tmp") >> but the function
return 0: in practice for PHP c:/tmp doesn't exist. The same, obviously,
with "c:\temp", "/tmp", "\tmp", "c:\\temp" and so