http field fails to pass $value onto the server?!
Posted: Mon May 26, 2003 12:38 pm
Hi,
The php script fails to pick up the value in the http field. For example:
The problem is only happening in one server, not other. I must conclude it involve some setting in either apache or php. Anyone of you have the same problem or idea - please help!! 
The php script fails to pick up the value in the http field. For example:
Code: Select all
http://mydot.com/template.php?value=a
in the php file...
<?php echo $value; ?>