mike177 Posted February 11, 2008 Share Posted February 11, 2008 Hi, Just a small question. For example Facebook. When you go to your profile they put your id in the url and then they some how get the id from the URL to then query the database for their information that corrorsponds with the id. Could any one give me some pointers on how they do this. I no how they out the id in the url but not how to re-use it. Thanks in advance for any help. Link to comment https://forums.phpfreaks.com/topic/90522-gatting-info-from-the-url/ Share on other sites More sharing options...
peranha Posted February 11, 2008 Share Posted February 11, 2008 $_GET['id] would be for page.php?id=1234 Link to comment https://forums.phpfreaks.com/topic/90522-gatting-info-from-the-url/#findComment-464107 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.