View Single Post
  #1 (permalink)  
Old 07-14-2006, 10:23 AM
NeedHelp NeedHelp is offline
Programming God
 
Join Date: May 2006
Posts: 527
Rep Power: 13
NeedHelp is on a distinguished road
Default $_POST and $_GET

While working on one server and connecting to a URL such as myscript.php?var=this I can use code like this:

PHP Code:
<?
echo $var// Echos this
?>
and it works fine. However, on another server if I put the same code and same URL syntax I get nothing. What is wrong on the second server?
__________________
I Need Help
Reply With Quote

Sponsored Links