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

Popular posts from this blog

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

tsql - Correct sql/hql query (aggregate in where clause) -