RE: PHP Help Wanted (how do I do this: page.php?section=something)
you should put those files in another folder, then they could only do that if they use ../
[code]
<header>
<?php
if (!$a) { $a = "home"; }
include somefolder.$a.".txt";
?>
<footer>
This post was edited on 06-03-2005 at 09:15 AM by Ezra.
|