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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.