PHP Classes

File: templates/DisplayTemplate.php

Recommend this page to a friend!
  Classes of Andrew   News Script   templates/DisplayTemplate.php   Download  
File: templates/DisplayTemplate.php
Role: Auxiliary script
Content type: text/plain
Description: Template file
Class: News Script
Manage and publish news stored in a MySQL database
Author: By
Last change:
Date: 15 years ago
Size: 232 bytes
 

Contents

Class file image Download
<div class="newsDiv">
  <div class="newsHeader"><img src="images/page.png" />Posted on: <em><?php echo $date; ?></em>, By <em><?php echo $author; ?></em></div>
  <div class="content"><?php echo $content; ?></div>
</div>
<br />