How do I display a html table with text and pictures from an external file?
I would like to display a table from an external file so I will just have to edit the external to display the changes on all the other pages that I choose to display it on. Is there a way to that? I am asking this because I am managing a free mmo list website and I want to be able to update multiple pages with game updates.
the website is http://f2pmmo.site.io
Public Comments
- Check the source of your main page. You are missing the closing > of your <head>. That will cause problems later. Now, on to the question. You need server side dynamic pages. A few of these are ASP (Microsoft), PHP, and SSI. PHP would probably be the best for you. Its powerful, free, did I mention free? if you use it, http://us2.php.net/require
Powered by Yahoo! Answers