Author |
Message |
30/06/2002 21:41:56
|
Sammy2002
Beginner
Joined: 06/05/2002 18:18:07
Messages: 8
Offline
|
Hello,
How can i make the newest poll to display always? I dont use ssi, I am using PHP, should I always renew the ID maunally. Is there any code which takes the newest poll always in php?
|
|
06/07/2002 19:04:04
|
Anonymous
|
yes there is.
<?php
include_once "/your/path/booth.php";
echo $php_poll->poll_process("newest");
?>
|
|
06/07/2002 19:16:39
|
Anonymous
|
where should i add this?
|
|
06/07/2002 19:25:55
|
Sammy2002
Beginner
Joined: 06/05/2002 18:18:07
Messages: 8
Offline
|
Where should i add that? and what if the my poll is pop poll? and i cant make it other than pop?
Please help :(
|
|
|