Ok, so after I've read through most of the adv. poll topics, my problem is still unsolved.
What code do I need to have on my .php page so the DAMN poll will show up? My current page looks like this:
Before the HTML:
<?php
/* Include this before your html code */
include "./poll_cookie.php";
?>
In the Body:
<?php
include_once "/root/directory/n-i.se/poll/booth.php";
echo $php_poll->poll_process(1);
?>
Awright. Now my 6th sense tells me that I have to substitue /root/ and /directory/ with............................something else, then followed by my domainname, then the subdirectory. Where is the error in this code?
Yeah I'm also at a stand still with the same issue. Installation and all documentation was good and very easy up till that point. I WILL figure this out though one way or another. Me thinking there is more involved
then just those snippets...LOL
Good Luck
CE
13/06/2003 11:07:25
Subject:
Anonymous
Finally The poll now shows up. Here is the code which I have on my php-page.