So far.....I have set up the database in MySQL without a problem.
I can pull the data out using PHP and display it as a list as well. I'm using a met-refresh tag to keep the page refreshing every 60 seconds. To test out the PHP, I have altered the database so I can ensure that the code is dynamic. So far, so good.
Now, I need to be able to format the data in a table layout, where I can change cell background colors, etc. Until I can perform an actual image swap, maybe I can have cell background colors change as the data changes? Now I need to be able to write PHP code to insert data froma text file into the MySQL database before the web page refreshes the data, and I need to get the data interpreted in PHP for the image/color swap? Any ideas on the next step?