- Impact
- 0
Hi I just made a script that actaully really works! This is how it works. But it's only for PHP.
Files Needed:
index.php
home.php
news.php
File "index.php"
Now you put it on the middle of the page in index.php
Make a link like this...
So? Does it work? :hehe:
Files Needed:
index.php
home.php
news.php
File "index.php"
PHP:
<? if($id) { include("$id.php"); } else { include("home.php"); } ?>
Now you put it on the middle of the page in index.php
Make a link like this...
Code:
<a href="index.php?id=news">News</a>
So? Does it work? :hehe:
Last edited:







