Try
echo $_POST['nameofthefield'];
If this works, it's to do with register_globals directive in your php.ini
file.
You can set it to on, which will solve your problem, or you can choose to be
more secure, and write better scripts, by choosing to keep it off, as with
the above line of code.
Sea
Hi newsgroup friends,
my name is mike and im qite new to php.
i have one problem: i cant send date via a .
so in the the php file called example, i write echo $nameofthefield, but the
data isnt send, so nothing is written in the browser!
what can i do?
--
PHP General Mailing List (http://w
2 matches
Mail list logo