From: Franky V. L. <lie...@te...> - 2006-11-27 09:55:22
|
Again for those interested: I changed some of the code: I added a file public/phpESP.first.php that needs to be included in all php survey pages you show on the web using handler.php. The reason for this: phpESP now uses a cookie to prevent double postings (if wanted/configured), and using handler.php within a page prevented the cookie from being set correctly (because headers already sent to the browser). I worked around this with ob_start() first, but that was an ugly solution, so now I created phpESP.first.php, that does this, but it needs to be included at the top of every php page you use to show surveys. As usual: see http://www.e-dynamics.be/index.php?section=programs&lang=en Enjoy! Franky Van Liedekerke wrote: > For those who would like to use my changed version: go to > > http://www.e-dynamics.be/index.php?section=programs&lang=en > > Franky |