How can use $_Get Variable?
2865
24-Aug-2011
Anonymous User
24-Aug-2011GET variable is executed when a request is sent from the user for information. $_GET is used to collect or use values from a form with a method="GET".
EX: $_GET ["name"]
Here name is name or id of form element