Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/iws8/html/mcell/backup/
Upload File :
Current File : /var/www/html/mmishra/iws8/html/mcell/backup/sample_program.php

<?php
require_once("template.php");

$temp1=new template("sample_template.htx");
$temp1->assign("PAGE_TITLE", "Hello world");
$temp1->assign("PAGE_BODY", "This is a template test page");
print $temp1->output();
?>