How to display URL parameters in PHP script? -
I want to redirect my browser to a PHP page, such that when the page loads, Current URL will display substrings
For example, suppose I have a page called substring.php.
My browser forwards me to:
Is it possible to write some PHP code, which will display the user, "123456"?
If so, how can someone do this to me?
Thank you!
& lt; Php echo $ _GET ['oauth_token']; ? & Gt;
Comments
Post a Comment