Paycheck Posted May 24, 2004 Posted May 24, 2004 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
Paycheck Posted May 25, 2004 Author Posted May 25, 2004 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.