<?php //////////////////////////////////////////////
// Created By David Berlin //
// Dbonline, builder.co.il //
// Email: webmaster@builder.co.il //
// Visit: http://www.builder.co.il //
// Change this script all around //
//////////////////////////////////////////////
// define: $title = "title of page"; $bgcolor = "white"; $author = "David"; $site = "builder.co.il"; ?>
<html>
<head>
<title><?php echo $title; ?></title>
</head>
<body bgcolor="<?php echo $bgcolor ?>">
<?php // Include Content by id, index.php3?id=mp3
// Will include mp3.inc.php3 include("$id.inc.php3"); ?>
Other Conetnt...Bla bla bla<br>
<a href="http://www.builder.co.il">builder.co.il</a>
<br>
<br>
<br>
<center>
Author: <?php echo $author ?>
URL: <a href="http://<?php echo "$site"."$PHP_SELF"; ?>"><?php echo "$site"."$PHP_SELF"; ?></a>
</body>
</html>
|
|