Have your own tutorial made for you, just fill out the form below!!








View request list!
The IBox is having technical difficulties
 


Page Navigation

Many people have asked me how i got index2.php?page=link

Basically what happens, is where ever the folllowing code is put on your main php page, is where the the page link.php will go.

<?php
if (! file_exists("$page.php"))
{
include("updates.php");
}
else
{
include("$page.php");
}
?>

so. this code should go where you would like the content of link.php to go, in your main php file.

after you have correfctly done everything, if you get a '404' updates.php will show up by default, although you can change this.you do not have to have a file named page.php.

in the page which will be included, all of everything from the main php file will also be included there. EG - font tags.

then just rename your links to (yourfile).php?page=whatever

 



 
Latest Tutorial
Featured Site
[ Pimp-my-myspace]
Layout: 10/10
Content: 10/10
Stealth Statistics
Users Online
Staff
1
Photoshop Tutorials
61
PHP Tutorials
9
Affiliates
35
[ More Statistics ]