Most people place a private PHP script on their website that receives the currently playing item from mAirList via an HTTP call (no need for a script then, just use mAirList’s HTTP POST logging). That PHP script then saves the information to the website database or wherever (actually depends on how the website is implemented).
Does anyone have a example “script.php” which you can send me as an example of what you are using to receive the Artist and Title from your Mairlist database and then show on your website?
I do know a little bit of PHP and with some direction I could probably do it.
First question is, where will your website save the information? Does it already use a MySQL (or similar) database for any kind of dynamic content? Or is it just a plain static HTML site?