20 May 2010 at 18:06 #1 kwerk kwerk Wise Guy Soldato Joined 23 May 2009 Posts 5,748 Can I use PHP and Ajax to make a page that updates itself in real-time as a mysql field changes? I want to have a shell script send it's progress to a mysql field, and monitor it in real-time from a webpage.
Can I use PHP and Ajax to make a page that updates itself in real-time as a mysql field changes? I want to have a shell script send it's progress to a mysql field, and monitor it in real-time from a webpage.
20 May 2010 at 19:16 #2 Dj_Jestar Dj_Jestar Caporegime Joined 18 Oct 2002 Posts 29,493 Location Back in East London No, you can't do it in real-time from a web page, in real-time.
20 May 2010 at 21:22 #3 visibleman visibleman Soldato Joined 3 Jun 2005 Posts 3,332 Location The South Not in real time, but you could check every X secs though