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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rebyphp
Forum Newbie
Posts: 6
Joined: Mon May 26, 2003 12:38 pm

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

Post 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!! :(
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

rebyphp
Forum Newbie
Posts: 6
Joined: Mon May 26, 2003 12:38 pm

Post 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
Post Reply