I have a php orientated league program. The writer of the program has this simple instruction to show the league ladder on a website:
<?php include ("pokerleague_.php"); ?>I have set up a php block for the bottom of my page but using the above example gives me the following message within the block of
ezBlock unable to run PHP syntax error! .
I have tried putting the following options after the first
" and before
pokerleague_.php.
http://www.mydomain name/tester/
/home/ratr/public_html/mydomain name/ezportal/
("../tester/pokerleague_.php")
and even tried \ instead of /No luck so far, I'd really like to get my league ladder to show in a block rather than include it in the site code. I'd ask the writer of the program however while he mentions a help forum I can not find a link to it on his site or in the readme within the software.
any help would be appreciated, as giving me a little information is like handing a stick of dynamite to a lunatic which should explain that my php knowledge is about .01%
I'm running SMF 2.0 RC4 with the latest version of ezPortal.
Thank You