xiros Posted September 18, 2006 Share Posted September 18, 2006 I have put a poll in my site (Advanced Polls 2.04 www.proxy2.de), i have installed and it is all ok. Now when i try to put into html code, it doesn't works. It's all ok. Really. The help file says to write this:<?php// Important! You have to include it before your html codeinclude_once "D:/Inetpub/webs/carboniacalcioit/poll/poll_cookie.php";?><html><body><?phpinclude_once "D:/Inetpub/webs/carboniacalcioit/poll/booth.php";echo $php_poll->poll_process(4);?></body></html>Obviously i have to delete "?".... but it doesn't works. My site is www.carboniacalcio.it and maybe the correct adress is http://www.carboniacalcio.it/poll/booth.php but it doesn't works in this way too...Any suggestion ?Thanks you guy !Greetings from SARDINIA (ITALY) Quote Link to comment Share on other sites More sharing options...
pkSML Posted September 18, 2006 Share Posted September 18, 2006 Try turning on PHP errors in your script. This can be accomplished by inserting this code in the first PHP line of code:[code]error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);[/code]Does this yield any results? Quote Link to comment Share on other sites More sharing options...
xiros Posted September 18, 2006 Author Share Posted September 18, 2006 First thanks you, second .... nothing. In the help file it is written to copy on the html code that script. Bah.... very simple ! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.