![]() Topic awaiting preservation: Auto refresh page after delete from db (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: there...no..there..... |
![]() I have a pretty simple php app that let's me add, edit and delete contacts from a MySQL database. When I edit, add or delete a contact and go back to the index page with the contacts listed, I have to hit refresh to see the change. |
Maniac (V) Mad Scientist with Finglongers From: Germany |
![]() Yeah, you'll need to tell the browser not to cache the site. See php->header() (user comments) for the details on that. |
Maniac (V) Inmate From: there...no..there..... |
![]() that did the trick! Thanks a bunch! |
Maniac (V) Mad Scientist with Finglongers From: Germany |
![]() I sure hope you went with the header |
Maniac (V) Inmate From: there...no..there..... |
![]() oh yeah. piece of cake. sometimes we forget to just RTFM |