Get username from URL in PHP
Posted
by pojomx
on Stack Overflow
See other posts from Stack Overflow
or by pojomx
Published on 2010-05-06T20:24:31Z
Indexed on
2010/05/06
20:28 UTC
Read the original article
Hit count: 158
Hi, i want something like this:
http://www.someniceandreliableurl.com/username
and catch the username.
I want to make something like twitters/facebook/etc quick urls...
twitter.com/username
How can i make something like this with php? =) thank you in advance.
© Stack Overflow or respective owner