View Single Post
  #2 (permalink)  
Old 07-14-2006, 05:00 PM
John's Avatar   
John John is offline
Co-Administrator
 
Join Date: Jul 2006
Age: 20
Posts: 3,469
Last Blog:
Joomla! And Incompeten...
Rep Power: 20
John has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond repute
Send a message via AIM to John Send a message via MSN to John
Default

nothing is wrong with the second server other than it is more secure with its registered globals. If you have access to the php.ini find this line

register_globals =

and change it to either on or off depending on what it is set as now...


But either way this should work:
PHP Code:
<?
echo $_GET['var']; // Echos this
?>
Reply With Quote