Author |
Message |
24/11/2004 11:49:08
|
KlAdBlOk
Newbie
Joined: 24/11/2004 11:09:44
Messages: 2
Offline
|
Hello
I just want to now if je can show more Polls then one on a page, if its possible what the source for it.
I show now one Poll a page whit this source:
<?php
include_once "/home/yoursite/www/pollphp/db/booth.php";
echo $php_poll->poll_process(x); // x = Poll ID
?>
KlAdBlOk
|
|
24/11/2004 13:13:43
|
amber222
Graduate
Joined: 07/05/2004 21:13:07
Messages: 586
Offline
|
See the example provided. It lists all the polls.
http://proxy2.de/poll/demo_3.php
Find the file for that demo in your Poll directory (pollphp/textfile/demo_3.php)
Copy code and then tweak it to fit your site.
Also, you can just repeat the poll code on a page wherever you want a new poll and change the ID.
Just so you know, questions like this should go in the Support forum, not this General Discussion forum.
|
|
24/11/2004 14:54:10
|
KlAdBlOk
Newbie
Joined: 24/11/2004 11:09:44
Messages: 2
Offline
|
Thanks!
Sorry i didn't know that!
|
|
24/11/2004 18:41:31
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
Auron
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
|