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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.