UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

Read HTML file in Blog Post

Dennis Hosang · ·
8:48 PM Wednesday, 08 August 2018
Low
I have a cron job that runs a php script and exports the results into an html file called subnetreport.html and what I would like to do is create a blog that is called Daily Subnet Report and when they open it up I could put some intro text and was hoping I could read the html file and display contents (it's basically a table)

I thought about doing html and include code like this but not having any luck

<html>
<head>
<script src="/jquery.js"></script>
<script>
$(function(){
$("#includedContent").load("subnetreport.html");
});
</script>
</head>

<body>
<div id="includedContent"></div>
</body>
</html>


Any suggestions on how I can do this.
The replies under this section are restricted to logged in users or users with an active subscription with us