Jump to content

[SOLVED] Need some help with retrieving information from URL


CSmith1128

Recommended Posts

Hello. I need some help retrieving data from a URL.

I want to make it easier for a user to get to a comment on my page and to be able to go directly to that comment when it is typed into the URL.

 

For example, instead of this:  http://www.mysite.com/comments.php?id=1

I want them to be able to do this:  http://www.mysite.com/1

 

I am just wondering how to retrieve the "1" from the url instead of having to type id=1 and store it into a variable.

 

I know that the second one is pointing to my homepage instead of comments.php, and thats fine.

I am just going to redirect to the other page or include the other page after I retrieve the "1".

 

Could someone help?

 

Thanks,

Chris

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.