Page 1 of 1

$_GET

Posted: Wed Aug 26, 2009 10:49 am
by izapharry
what is the working of this line
'http://localhost/movies/moviesite.php?fm=$fm
why we have to post the variable like this
what is the benefits and disadvantage of of this style of coding ?

Re: $_GET

Posted: Wed Aug 26, 2009 10:58 am
by jackpf
It's a method of passing variables to another page. Google it.