If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: camd65
Forum Index » Profile for camd65 » Messages posted by camd65
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.
 
Forum Index » Profile for camd65 » Messages posted by camd65
Go to:   
Based on the open source JForum