Compumaniac12
10 Apr 2006, 04:35 PM
just a quick question, what is the get code equivalent of
$var1=$_POST['var1'];
is it like
$var1=$_GET['var1']; ?
thanks in advance
EDIT: i think i was right, it worked...
$var1=$_POST['var1'];
is it like
$var1=$_GET['var1']; ?
thanks in advance
EDIT: i think i was right, it worked...