Code to create 'guide.php' page

Highlight and copy/paste the code below to create a new page, which must be saved as 'guide.php'.

If you do not know if your server can handle PHP pages, send the page by FTP to your site, then try to read it online on your server (not on your hard disk). If you see the full Web Evangelism section visible, it works! If it does not work, use the Javascript method instead.

Then go back to the instruction page to modify it according to your own requirements.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>Online evangelism - a resource guide for outreach</TITLE>

<META NAME="ROBOTS" CONTENT="NOINDEX, FOLLOW">

<!--Begin WordReference, All rights reserved. Patent Pending -->
<SCRIPT SRC="http://www.web-evangelism.com/wordreference/wordrefenable.js" LANGUAGE="JAVASCRIPT">
</SCRIPT>
<!--End WordReference, Copyright 1999 WordReference.com, LLC. -->

<SCRIPT SRC="http://www.gospelcom.net/guide/scripts/starterpage.js" LANGUAGE="JAVASCRIPT">
</SCRIPT>

</HEAD>

<BODY BGCOLOR="white">
<FONT FACE="HELVETICA,SANS-SERIF,ARIAL">

<H2>Online evangelism</H2>
<H3><I>An opportunity for the whole church</I></H3>

<?php include("http://www.gospelcom.net/guide/yourpage/phpinsertnav.html"); ?>
<?php include("http://www.gospelcom.net/guide/yourpage/phpinsertintro-1.html"); ?>
<?php include("http://www.gospelcom.net/guide/yourpage/phpinsert2-6.html"); ?>
<?php include("http://www.gospelcom.net/guide/yourpage/phpinsert7-12.html"); ?>
<?php include("http://www.gospelcom.net/guide/yourpage/phpinsertlinks.html"); ?>

</FONT>
</BODY>
</HTML>