Link to home
Start Free TrialLog in
Avatar of kaeonthibe
kaeonthibe

asked on

how can I get the value members.php?login

Hi,
I just want to know how to get the value without something like members.php?mid=login...
because there's a php code $_GET["mid"] that can get the value for mid but if I want to do this members.php?login
how can I get it?
Avatar of datr
datr

$QUERY_STRING

That will return the string appended to the url so in your case it would be, "?login"
ASKER CERTIFIED SOLUTION
Avatar of DoppyNL
DoppyNL

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial