From: Franky V. L. <lie...@te...> - 2007-12-17 08:22:31
|
Hmmm ... sorry, I looked at the CVS version, which is already one higher. It seems I forgot to update the doc and remove handler-prefix.php and instead use phpESP.first.php. So please, can you try by including phpESP.first.php instead of handler-prefix.php? Franky > > My version of /public/handler.php *does* have the following line at 192: > <input type="hidden" name="userid" value="<?php echo($_REQUEST['userid']); > ?>" /> > The version info at the top is: > /* $Id: handler.php,v 1.47 2007/12/07 15:15:05 liedekef Exp $ */ > > > This is what I have at http://www.profportfolio.org.uk/poll.php : > <?php > $sid=10; > include("/home/profport/public_html/poll/public/handler-prefix.php"); > include("/home/profport/public_html/poll/public/handler.php"); > ?> > > Do I need: > include("/home/profport/public_html/poll/public/phpESP.first.php"); > > at the beginning? > > Cheers, > Grindlay > > |