Dat Posted April 7, 2008 Share Posted April 7, 2008 I have a simple user system and I want to know how I can get something like /users/dat as the users profile? Something like on myspace From /profile.php?id=896700283 to /dat Link to comment https://forums.phpfreaks.com/topic/100027-solved-usersdat/ Share on other sites More sharing options...
cooldude832 Posted April 7, 2008 Share Posted April 7, 2008 .htaccess + mod rewrite to interpret them as GET variables and then treat them further via php/mysql Link to comment https://forums.phpfreaks.com/topic/100027-solved-usersdat/#findComment-511516 Share on other sites More sharing options...
Dat Posted April 7, 2008 Author Share Posted April 7, 2008 How do I do that? Link to comment https://forums.phpfreaks.com/topic/100027-solved-usersdat/#findComment-511518 Share on other sites More sharing options...
cooldude832 Posted April 7, 2008 Share Posted April 7, 2008 ask google or jeeves or yahoo or find a .htacces/mod rewrite forum this is php Link to comment https://forums.phpfreaks.com/topic/100027-solved-usersdat/#findComment-511524 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.