Page 1 of 1

http field fails to pass $value onto the server?!

Posted: Mon May 26, 2003 12:38 pm
by rebyphp
Hi,

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; ?>
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!! :(

Posted: Mon May 26, 2003 1:50 pm
by volka

Posted: Mon May 26, 2003 4:54 pm
by rebyphp
:D

Thanks a lot !

As you can tell I am a very new in php programming, I did read the sticky concerning posting, and did try to search the subject without success....

Thanks again