jclarke
08-01-2006, 03:39 AM
Hello all,
I was just wondering:
Does $_GET[]; read from the address eg.
IF I had an address line like:
http://jacobclarkezone.com/chat/buddies.php?curUser=nobody
and I used the following code:
<?php
&userName = $_GET['curUser'];
?>
Would that make the variable $userName the value of "nobody"?
cya
I was just wondering:
Does $_GET[]; read from the address eg.
IF I had an address line like:
http://jacobclarkezone.com/chat/buddies.php?curUser=nobody
and I used the following code:
<?php
&userName = $_GET['curUser'];
?>
Would that make the variable $userName the value of "nobody"?
cya