$_GET

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
izapharry
Forum Newbie
Posts: 8
Joined: Mon Jul 20, 2009 7:00 am

$_GET

Post 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 ?
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: $_GET

Post by jackpf »

It's a method of passing variables to another page. Google it.
Post Reply