Jump to content

PHP Page Link System


mike177

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.