If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: Kakadou
Forum Index » Profile for Kakadou » Messages posted by Kakadou
Author Message
Hello,Who can help me

I have made a test here http://www.bretagne-gites.net/default.php

With the following script:
include_once "/home/bretagneo/www/Poll/booth.php";
echo $php_poll->poll_process(3);

This poll script works but only in local. I would like to put it also in a different server of my SQL or in other website) I can not!
despite the script modification as follow:

include_once http://www.bretagne-gites.net/Poll/booth.php";
echo $php_poll->poll_process(3);


Fatal error: Call to a member function on a non-object in
/home/bretagneo/www/default.php on line 12

My config is :
$POLLDB["dbName"] = "bretagneoker01";
$POLLDB["host"] = "mysql5-5";
$POLLDB["user"] = "bretagneoker01";
$POLLDB["pass"] = "XXXXX";
$POLLDB["class"] = "class_mysql.php";
 
Forum Index » Profile for Kakadou » Messages posted by Kakadou
Go to:   
Based on the open source JForum