View Single Post
Old 01-12-2003, 03:39 AM  
Apollo
Confirmed User
 
Join Date: Sep 2002
Location: Canada
Posts: 433
If you're using PHP 4.2+ you either need to alter the php.ini to have global variables enabled, or you need to change your PHP scripts around to initially grab the variables

In regards to your example

http://www.bla.com/bla.php?var=hello

the line

$var = $_GET["var"];

would give the variable $var the value of hello.
Apollo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote