I am new to PHP andI am having trouble with the include() tag.
the url is
http://scabaptist.org/test/index.php
This is my code.
Code:
<body>
<?php include("header_home"); ?>
<div align="center">
<table width="855" border="0">
<tr>
<td width="15"> </td>
<td width="637">
<p><img src="/images/home_pic.jpg" width="637" height="478" /></p></td>
<td width="189" valign="top">
<p align="center" class="style2">
Upcoming Events </p>
<p align="center" class="style3">
</p>
<p align="center" class="style2">
Service Times </p>
<p align="center" class="style3">
Sunday School -- 9:30 a.m. <br />
Sunday Morning -- 10:30 a.m. <br />
Sunday Night -- 6:00 p.m. <br />
Wednesday Night -- 7:00 p.m. </p>
<p align="center" class="style2">
Contact Information</p>
<p align="center" class="style3">
927 S. Campbell Ave. <br />
Springfield, MO 65806 <br />
(417) 862-8471 <br />
office@scabaptist.org </p>
</td>
</tr>
</table>
</div>
<?php include("footer"); ?>
</body>