PHP - Show processing page

Discussion in 'Programming/Scripts' started by Rapid2214, Jun 15, 2010.

  1. Rapid2214

    Rapid2214 New Member

    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
     
  2. edge

    edge Active Member Moderator

  3. Rapid2214

    Rapid2214 New Member

    Humm, im not sure if that would work... any other ideas?
     
  4. BorderAmigos

    BorderAmigos New Member

    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.
     

Share This Page