Firefox PHP

Adding html contents from external text file

Posted by Forest Parks 
Adding html contents from external text file
June 21, 2014 12:34PM
I have an external text file with some HTML code in it. This text file updates with updated HTML code (it's a cache from a widget on my wordpress site).

So, I want to echo the HTML into an area in my Phorum template.

Standard PHP Include, include once or jquery.load functions don't seem to work.

How I would I get the Phorum template to load the contents of this file and output them?
Re: Adding html contents from external text file
June 21, 2014 01:01PM
To answer my own question I was able to get it to work with a jquery.load function in the end.
Re: Adding html contents from external text file
June 21, 2014 02:30PM
standard includes will work as well.


Thomas Seifert
Sorry, only registered users may post in this forum.

Click here to login