I'm still not clear on some things with php, so if anyone can help, that would be great...
Here's the deal. I'm doing a redesign for a site which is broadcasts a weekly audio program online (via realplayer). There are a number of things such as the playlist, for example, that is updated every week, yet we keep the playlists from previous weeks accessible so that a user can go back and see the archive.
Until now, we've been creating a new html file every week and batch processing the archived files with the updated data. For a while this has been fine, but now there are getting to be quite a few html files which will make re-programming a pain, both now and especially in the future.
I was told that using php/mysql would be the ideal route to go for the sections of the site that could be generated dynamically from a database. Our hosting provider supports php4 and mysql.
The information that I haven't found, though, is what the PHP code is that I insert into the html in the areas where it will insert the dynamic information. As well, I'm not clear on what the interface for updating the mysql database is. Is it done via the web, or is it uploaded via ftp?
Also, can images be stored in a mysql database, or how would images be brought in to match up with data (text) from mysql?
Any help with this would be greatly appreciated.
note: here is a link to the playlist as it is now: http://www.qrok.ca/nest/playlist.html