Author |
Message |
08/02/2002 14:39:52
|
Anonymous
|
<?php
include_once "/xxx/poll/booth.php";
echo $php_poll->poll_process(4);
?>
I pasted that into my webpage but it comes out like this:
poll_process(4); ?>
This is the problem that i have i don't now what i do wrong plaese help me i'm not using the db poll
Thanx
|
|
12/02/2002 06:38:01
|
Anonymous
|
Rename the file you have it in to name.php where name is the name of the file.
|
|
12/02/2002 10:40:56
|
Gusti
Newbie
Joined: 11/02/2002 20:57:18
Messages: 1
Offline
|
I have this poll running but I'd like to use (include) it in a html file. Is that possible and if so, how?
Thanks in advance.
Gusti
|
|
12/02/2002 11:32:29
|
Anonymous
|
you can only use *.shtml (SSI)
|
|
|