hey guys
hope someone can help. i am very new to php and have no experience whatsoever. i am stuck and lost on php calling, searched on here for help but what i found i couldnt understand much.
i have a phpbb2 forum community and have just installed a php poll script, the test works great but when i try and call php on my main forum index page it just doesnt appear.
when i create a new poll, it tells me to use the following code:
<?php
include("poll.php"); run_poll("1029507284", $HTTP_POST_VARS, "");
?>
using the above there are no changes to the page.
include("poll.php"); < in this bit i have tried several server paths but i am unsure how they work
my poll.php is stored in > /public_html/add/poll/ < thats the path thats shown on my ftp when i am uploading poll files
after trying the path /public_html/add/poll/poll.php still nothing appears
can anyone help? where am i going wrong?
thanks in advance
DvD