Re: [PHP] Autoupdate of page

2001-04-25 Thread Richard
; To: <[EMAIL PROTECTED]> > Sent: Tuesday, April 24, 2001 3:53 PM > Subject: [PHP] Autoupdate of page > > > > IS there a standard way of "auto-updateing" the contents of a page after a > > databas insert or edit? Do a SELECT updates the contents I can u

Re: [PHP] Autoupdate of page

2001-04-24 Thread Chris Anderson
Hitting refresh would do it, you cant do anything client wise because the box is being filled by the server code - Original Message - From: "Martin Skjöldebrand" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 24, 2001 3:53 PM Subject: [PHP] Aut

[PHP] Autoupdate of page

2001-04-24 Thread Martin Skjöldebrand
IS there a standard way of "auto-updateing" the contents of a page after a databas insert or edit? Do a SELECT updates the contents I can update tables I've noticed. Contents in select boxes (as in while ($row = mysql_fetch_row($secquery_res)) { print "$row[0]";