Zend - The PHP Company




HTML

Add Code


Cool Index file.  

Type: application
Added by: holev
Entered: 30/04/2000
Last modified: 08/12/1999
Rating: ** (12 votes)
Views: 14463
A cool index file. like index.php3?id=mp3 ...


<?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> 




Usage Example


See the example


Rate This Script





Search



This Category All Categories