View Single Post
Old 02-15-2007, 05:05 PM   #1 (permalink)
daniel0012
Inactive
 
Join Date: 11-07-06
Location: Springfield
Posts: 111
iTrader: 0 / 0%
daniel0012 is on the right pathdaniel0012 is on the right path
Send a message via AIM to daniel0012 Send a message via MSN to daniel0012 Send a message via Yahoo to daniel0012
Problems with PHP

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">&nbsp;</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>
daniel0012 is offline   Reply With Quote