FireFly,
First I'll try to explain what I am trying to do. I recently installed
vbIndex by
el3m3nt to be used for the main page when people come to my site. However, for the non-vb pages of my site, I wanted to include the poll that is used on the vbIndex page. So, I copied the poll section of vbIndex (originally written by
wajones) and put it into it's own php file (attached). I replaced the eval's at the bottem with eval dooutput's. Now, I am trying to include this file within the non-vbpages of my site. Sometimes, this works without any problems (like now)... other times, it gives me the error. Here is my test link:
http://www.joeharrison.com/newheader/test.php
This file has the follwing to include poll.php:
PHP Code:
<?php include "/home/harrison/public_html/forums/joe_poll.php" ?>
Thank you,
Joe