
Untitled
By: a guest on
Jun 14th, 2012 | syntax:
None | size: 0.47 KB | hits: 26 | expires: Never
<?php
error_reporting(E_ALL);
ini_set('display_error', 1);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<?php include('header.html') ?>
<?php echo 'It\'s Wed.'; ?>
<?= 'Today is Wed' ?>
</body>
</html>