Hi all im trying to use the include script but its not displaying the php page im trying to call. Can anyone help me out please.
PHP script page im trying to call
<html>
<body>
<p style = "padding:5px">
14/02/08
<br>
---------------------------------------
<br>
Trout fishing and Burger van re-open on the <b>15th March</b>
<br>
---------------------------------------
</p>
</body>
</html>
The code im using to call it
<div id="leftMargin">
<?php include "/latest.php" ?>
</div>