Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
|
It is an html page.
|
 |
|
I am attempting to embed poll questions into an HTML page.
I followed the instructions. I placed
<?php
// Important! You have to include it before your html code
include_once "/home/affirmb0/public_html/poll/db/poll_cookie.php";
?>
before the <HTML> at the top of the page.
At the point in the page where I want the poll to appear I pasted
<?php
include_once "/home/affirmb0/public_html/poll/db/booth.php";
echo $php_poll->poll_process(29);
?>
I loaded the page and where the poll question should appear, all that is visible is
poll_process(29);
in the page's default font.
What am I missing?
Your help is appreciated.
|
 |
|
|
|
|
Based on the open source JForum
|