Quote:
Originally Posted by legionofangels
He probably didn't remove the grab "mypoll.php" line from the index when you looked. Then we think our server got really busy for a second.
Another concept here that might be totally off is that maybe we have conflicting codes on the page.
As you are testing just the poll code, not the other code we have next to it, or that one showing recent posts. I think I'm wrong but I'm throwing it out there.
|
I've got the whole source that you posted in this thread on my test site.
Something you could try is changing your path in your include statement:
include('./mypoll.php');
or
include('/home/yoursite/mypoll.php');