How do you create domain.com/?stringhere without a .php extention
Posted
by matt
on Stack Overflow
See other posts from Stack Overflow
or by matt
Published on 2010-05-05T22:56:46Z
Indexed on
2010/05/05
23:08 UTC
Read the original article
Hit count: 204
php
|querystring
I want to create a link like the following:
What i want to be able to do is be able to goto the above link, and then pull whats after the ? (in this case IDHERE) and be able to use that information to perform a MySQL lookup and return a page.
Can anyone point me into the right direction? please know this is using PHP not ASP
© Stack Overflow or respective owner