This is a discussion on "Status images" within the PHP Forum section. This forum, and the thread "Status images are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Status images
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
||||
Hypothetically,Say I want a status image on my site because it's in beta and I want to warn users when it's acting up. Say the php goes like: <? $status="some mysql query which says yes or no" if ($status == "okay") { echo "<img src=\"okay.jpg\">" } else { echo "<img src=\"notokay.jph\">" } ?> that would be fine, but they have to refresh the page to see if it's okay or not. I'd want it instantaneous, is this possible with javascript or ajax? You may say this is a lot of work for something so pointless, but this is just a simplified situation.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|
![]() |
| Tags |
| dynamic, instantaneous |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Status of IE | cedric813 | JavaScript Forum | 1 | Oct 21st, 2007 17:38 |
| Status Bar Display | Brakers | Starting Out | 0 | Jul 22nd, 2007 14:04 |
| Developer Status ? | Accurax | Webforumz Cafe | 13 | Jan 8th, 2007 16:17 |
| JS error in status bar.. | Sofie | JavaScript Forum | 3 | May 16th, 2006 03:43 |