I've installed phpPolls without a problem but when I try to run the script in a page I get the following error:
Fatal error: Failed opening required 'phpPollConfig.php3' (include_path='.:/usr/local/lib/php')
The program gives you the code to insert into your php page.
A sample looks like this:
<body>
<? require('phpPollConfig.php3');
require('phpPollUI.php3');
poll_generateUI(2, "http://my.site.net/forwarder.html");
?>
</body>
Any suggestions?
Much appreciated,
John