; 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
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
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]";
3 matches
Mail list logo