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 |
23/05/2004 09:29:58
|
Anonymous
|
I keep getting this error:
Fatal error: Call to a member function on a non-object in /home/********/public_html/*******/poll.php on line 10
This is my code in the poll.php file:
<?php
// Important! You have to include it before your html code
include_once "http://********/polls/poll_cookie.php";
?>
<html>
<body>
<?php
include_once "http://*********/polls/booth.php";
echo $php_poll->poll_process(4);
?>
</body>
</html>
Note that the * don't really show up, I'm just protecting my privacy
So, what's wrong and why won't my poll show up? Please help?[/b]
|
|
23/05/2004 09:37:42
|
Anonymous
|
Never mind, I got it fixed!
|
|
|
|
|
|
Based on the open source JForum
|