Bugs item #1164737, was opened at 2005-03-16 14:49
Message generated for change (Settings changed) made by greggmc
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1164737&group_id=8956
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Paolo Brocco (pbworks)
>Assigned to: Matthew Gregg (greggmc)
Summary: fatal error embedding survey inside a standard php file
Initial Comment:
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
----------------------------------------------------------------------
Comment By: Matthew Gregg (greggmc)
Date: 2005-03-19 16:31
Message:
Logged In: YES
user_id=14116
Fixed in CVS.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1164737&group_id=8956
|