There are two easy ways to put the events script on your website.
1) Using iframe code - just copy the code below and put it on your web page where you want the events to appear.
<iframe src="http://gatewaynews.org/ccp/employereventscareershare/preview.php" width="100%" height="700px" frameborder="0" scrolling="auto"></iframe>
2) Using PHP include() - you can use a PHP include() in any of your PHP pages. Edit your .php page and put the code below where you want the events to be.
<?php include("/home/kathy5/public_html/ccp/employereventscareershare/events.php"); ?>
At the top of the php page (first line) you should put this line of code too so captcha image verification can work on the submit event form.
<?php session_start(); ?>
Optionally in the head section of the php page you could put(or replace your meta tags) this line of code, so meta title and meta description will work for better searching engine optimization.
<?php include("/home/kathy5/public_html/ccp/employereventscareershare/meta.php"); ?>
If you have any problems, please do not hesitate to contact us at info@simplephpscripts.com
Product of ProfiAnts - SimplePHPscripts.com