I have been scratching me head for days now tryna find a way around this. basically i will try and explain as much as i can so its clear what I require. I built a website which is database based for a community internet radio station I'm trying to put together. because the djs are volunteers they do no have set time every week so writting a script to display the current deejay would no be right because another volunteer might turn up on the day. and it would mean correcting the script weekly. Instead I have collected their images and put these in a file. They have been give login names and when the log in to the site they change the status of their account to On Air and this means the MYSQL database will pick the name of the dj logged in and set to online because if we set automatic status change it would be wrong just incase they are logging in only to change the program synopsis or info in preperation for their next show. So this means they manually have to change their status to achieve this. With this process things work fine for anyone coming to the site after the SQL info has been changed other wise they are stuck with a picture of the previous dj on the screen.
(obvioulsy the picture only covers a quarter of the screen and theres info about the show playing. Say you tuned in at 950 and where listening and another dj come on at ten the image does not automatically change to the next. I know your thinking why dont he just use page refresh every say 10 minutes. Well I did think of that but then we have mini chat window on the home page and people use this to chat with fellow listeners so it would be an inconvenience for them to have to re-login because the META REFRESH has kicked in every 10 or so minutes.
I also thought I'd use a <iframe or framset and set that page to diplay the program info and picture and have that page refresh every 10 minutes which would have been perfect but when I used iframe everything after the area witht frameet /iframe disappeared. Is there a little script I can use to place inside the area to display picture and text from the database and have just info refresh every 10 minutes without affecting the rest of the page.
if anyone knows how please kindly let me know
thansk a lot in advance

