Author |
Message |
22/11/2002 17:18:07
|
RaPTeR
Beginner
Joined: 22/11/2002 16:47:51
Messages: 5
Offline
|
But i cant get the poll to be show on my main web site...
I have the folowing code for the site i have it on...
<?php
// Important! You have to include it before your html code
include_once "/home/techtvzo/public_html/poll/db/poll_cookie.php";
?>
<html>
<body bgcolor="#3F5268" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" topmargin="0">
<?php
include_once "/home/techtvzo/public_html/poll/db/booth.php";
echo $php_poll->poll_process(4);
?>
</body>
</html>
Is there any thing wroung with it... and the poll i need to show up is poll ID #4
Thanks RaPTeR
|
|
24/11/2002 23:56:09
|
Anonymous
|
I think you're missing some code, not sure thou
This is what i have to display my poll:
And this in the body:
kin
http://livenlog.be.tf
|
|
27/11/2002 20:29:48
|
Anonymous
|
make sure the page ends with *.php not *.html
|
|
|