|
More than likely it would be PHP.
But, seeing as your current file extension is .html, it's probably just a static webpage.
Here's what you can do:
Rename your index.html to index.php. It'll run the exact same way, except you can now use PHP on the page. PHP allows you to preprocess the HTML, as well as use MySQL databases, write/read files, and much more.
As you say, you're not a programmer. However, most of us on TycoonTalk are, so if you ever need any help building what you're going for, don't hesitate to ask! By the looks of things, you need a very simple MySQL database with one table, and a few fields. This 'box' you're talking about would not contain any HTML code - instead, it would contain a little bit of PHP code to fetch a certain record in the database and put that in the box.
If that's what you need, I can whip up a little script for you in no time.
|