Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
15/01/2002 18:38:12
|
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); ?>
How do I keep it from doing that???
|
|
15/01/2002 19:04:37
|
Anonymous
|
never mind... stupid me forgot to rename something :/
|
|
06/02/2002 16:41:21
|
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
|
|
|
|
|
|
Based on the open source JForum
|