Hi, I have a script witch will transfer 40 feilds into varibles, validate it then input it into a database. This will probely take around 4 secounds. What my development team want is a 'Loading Image' or text that displays while its processing this script - its all in PHP. Any ideas? I've had a look around but none of them seem to work. Thanks Marty
Use css or javascript to show your "processing" text or graphic in the html, run your processing while it is displayed, then use same to change to your "finished" text or graphic.