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) Link to comment https://forums.phpfreaks.com/topic/21204-hi-guys-i-need-help-and-i-think-that-is-easy-4-you/ 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? Link to comment https://forums.phpfreaks.com/topic/21204-hi-guys-i-need-help-and-i-think-that-is-easy-4-you/#findComment-94259 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 ! Link to comment https://forums.phpfreaks.com/topic/21204-hi-guys-i-need-help-and-i-think-that-is-easy-4-you/#findComment-94265 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.