URL & GET requests

Howdy! Anybody know if there’s a way to capture GET data from the URL? For example, if I had this site:

Does anybody know a way to fetch and manipulate that ID? Either to display on the page, or to do some logic with it. Ideal scenario would be, if id=‘5’ => display specific page / content.

Somebody else asked a similar question earlier this year, but it was closed from inactivity:

Thanks in advance!

Yes

http://stackoverflow.com/q/901115/584192

1 Like

This topic was automatically closed after 60 days. New replies are no longer allowed.