mike177 Posted February 7, 2008 Share Posted February 7, 2008 Hi, I use this forum often now so I thought I would ask you first. I have a site and it's starting to get loads of pages. Now instead of having a link to each I want to give each an id so I can have a nice tidy URL that looks like this: www.domain.com/Page.php?id=786. I have tried this little script but it only worked inside a directory. <?php if(file_exists($login.php)){ include("http://www.domain.com/User/login.php") } ?> Does anyone have an idea on how I could achieve this. I know Microsoft uses a system like this but its in asp, There links are like this, microsoft.com/Linkid?=36796. Thanks in advance for any help. Link to comment https://forums.phpfreaks.com/topic/89873-php-page-link-system/ Share on other sites More sharing options...
GingerRobot Posted February 7, 2008 Share Posted February 7, 2008 Well, if you want to be using a number to refer to the page, but the pages are given a proper name, then i suggest you use a database to store the ID and the page it refers to. Link to comment https://forums.phpfreaks.com/topic/89873-php-page-link-system/#findComment-460610 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.