I know this topic is requested 100000 times and I have all seen them and read them and try them out onto the server where our website is running.
But without any succes, I have also tried to change the htm files where it's embedded to rename to .php and shtml but I still get a text line
"poll_process(1); ?> all the time
Our website is running in frames one top frame and a frame below the top frame where all text and data is viewable for our visitors.
I mada a complex table with included soem text photo's at the left site of the table and at the right site I want to put the poll.
our poll dir is /poll and the poll id we want to place is 5 i hope this is all you need for information on no oops forgot to mention we have installed the mysql poll version.
I actually have the same problem..
I can't add a poll to a HTML document.. It only shows "poll_process(5); ?>"
Is this code right?
<?php
// Important! You have to include it before your html code
include_once "/home/myusername/public_html/pollphp/poll_cookie.php";
?>
I did the previous as well, and the poll works fine on the poll.php page...However, how do you embed the poll into a ".html or .htm" web page. Do you have to designate part of the code to read as php??
24/04/2002 01:49:16
Subject:
Anonymous
Thanks BrainStorm,
I think you have helped out more webmasters than you know. This is a great script, I just wish that there was more documentation. Great post!