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 offline
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
  Support is offline

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