hello,
i was woundering if somone could point me in the right direction.
Im making a CMS/socialnetworking script for fun and want to change how the url gets the data for profiles.
at the moment its using the tradition $_GET thing from the broswer url, but id like to try and get it to do www.mysite.com/123
(123 being the userid/username) similar to facebook and myspace.
however i have no idea what this parameter passing is called. Or even if it is parameter passing?
any ideas?
thanks it advance =)