This is the default page

Show default page | Show include one | Show include two

Here is the PHP code that needs to be include in the <div id="mydiv" style="border:1px solid"> tag.

<div id="mydiv" style="border:1px solid">
<?PHP
if (!isset($_GET["file"])) {
    $include = "divinclude/default.php";
}
else {
    $include = $_GET["file"];
}
include("$include");
?>
</div>


Comments:

Tested in: IE6, Opera 7, NN4.7, NN7, and Mozilla 1.2.
Works in: IE6, Opera 7, NN4.7, NN7, and Mozilla 1.2.
Doesn't work in: NA

Copyright© 2003, Infinity Web Design