Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

creating a polling box


Paycheck

Recommended Posts

Posted

Here is the code that embeds the poll in an HTML page.

 

<?php
// Important! You have to include it before your html code
include_once "/home/surfcamp/public_html/polls/poll_cookie.php";
?>

<html>
<body>
<?php
include_once "/home/surfcamp/public_html/polls/booth.php";
echo $php_poll->poll_process(4);
?>
</body>
</html>

 

I would like to have the poll in a box. Cna anyone tell me how to make that happen?

Always remember, we need patience, guidance and most of all understanding.

 

My Contributions

Posted

I am an idiot, I saw that contribution right after I posted the test. I thought I would try and create one first then got frustrated. Checked the contribs and sure enough, I am too late, already done.

 

JM

Always remember, we need patience, guidance and most of all understanding.

 

My Contributions

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...