list from database not updating
Posted: Wed Mar 18, 2009 11:58 am
hi!
I'm trying to make a simpler version of another post I made.
I'm building a page which lists the fields of a table in a MYSQL database.
On the same page I have a form to add new fields and to edit the ones listed.
My problem is that when I add a new field the list doesn't update.
I wonder if its some kind of the browser's chace that keeps it the same, or maybe reloading the page is faster than the MYSQL insert and thats why it only updates the list after closing and opening the page back.
Does anyone know anything about it?
I'm trying to make a simpler version of another post I made.
I'm building a page which lists the fields of a table in a MYSQL database.
On the same page I have a form to add new fields and to edit the ones listed.
My problem is that when I add a new field the list doesn't update.
I wonder if its some kind of the browser's chace that keeps it the same, or maybe reloading the page is faster than the MYSQL insert and thats why it only updates the list after closing and opening the page back.
Does anyone know anything about it?