From: Christopher R. <ri...@uw...> - 2005-03-10 15:09:09
|
In a previous version of php-ESP, I had been using the functionality that lets me display the real-time results on a public web page. Like so (from the documentation): "If you would like to insert the (real-time) results of a survey into a web page, use the following PHP code. <?php $sid=SID; $results=1; include('F:\wwwroot\home\survey\admin/public/handler.php'); ?>" Since upgrading, I have been getting errors on my results page (actual results display correctly below the errors): Notice: Undefined variable: precision in F:\wwwroot\home\survey\admin\public\handler.php on line 37 Notice: Undefined variable: totals in F:\wwwroot\home\survey\admin\public\handler.php on line 37 Notice: Undefined variable: qid in F:\wwwroot\home\survey\admin\public\handler.php on line 37 Notice: Undefined variable: cids in F:\wwwroot\home\survey\admin\public\handler.php on line 37 Do I need to provide values for those variables (precision, totals, qid, cids), before calling the handler include? Thank you in advance for any information anyone can give me. -- Christopher Rivard University of Wisconsin-Stout (715)232-5267 |