From: Paolo B. <iti...@ya...> - 2005-03-16 16:42:23
|
hi, i use phpesp 1.7 following the instructions for embedding a survey in a php file, i created a file called "ciao.php", containing this code: <?php $sid=4; $results=1; include('/home/myusername/progs/phpESP//public/handler.php'); ?> the double slash is not a problem (phpesp is giving me the url like that and i copied exactly as it was), i changed it with a single one, nothing changes. what i get when i browse to http://www.urlmywebsite.com/survey/ciao.php is Fatal error: Call to a member function on a non-object in /home/myusername/progs/phpESP/admin/include/lib/espdatalib.inc on line 133 what's wrong? thanks for helping... Paolo |