Status images

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 3rd, 2007, 01:24
alexgeek's Avatar
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Question Status images

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)
Reply With Quote

Reply

Tags
dynamic, instantaneous

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 01:58.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43