Author |
Message |
30/04/2004 21:44:02
|
Anonymous
|
Can sombody tell how to put this poll in a web page or put in pop up windows, everything I do seems is wrong. I copyed and pasted script in my home page but it sown allways same-this code-" poll_process(4); ?>"
Help me please I working on this allready two days and nothing.
Thank you.
|
|
30/04/2004 21:58:02
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
for the million and first time. lol
Change page extension from .html/.htm to .php
Auron
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
02/05/2004 00:31:50
|
Anonymous
|
Thanks! You helped me too!
|
|
22/06/2004 06:30:14
|
Anonymous
|
I've tried changing the extension from index.html to index.php and nothing is different. I'm still getting the error: poll_process(4); ?> in the upper right of my website.
Please help.
|
|
22/06/2004 13:52:59
|
VidiVici
Newbie
Joined: 22/06/2004 13:40:34
Messages: 2
Offline
|
I am verry new at this.
You need to have a PHP server to make it work properly.
I get the same kind of results when I open my pages in windows, the php-script is not run.
I have this code on my page
<?php require "../polls/poll_cookie.php"; ?>
as first line
<?php
include_once "../polls/booth.php";
/* poll */
echo $php_poll->poll_process("random");
?>
In the code
And it works fine on my server but it doesn't work on my comp because I don't have php installed.
|
|
23/06/2004 08:59:07
|
Anonymous
|
I have the same problems as above with it showing only the text and not the poll, I have went through all suggestions and ideas and still can't get it to operate. Any help would be appreciated thanks.
|
|
|