Table not updating...?

Table not updating...?

Gremlyn1Gremlyn1 Posts: 14Questions: 0Answers: 0
edited September 2009 in General
So I have a table with some elements that are being updated through form submission. The weird thing is, it seems that my tables don't reload properly once the data is submitted. The form action submits to the page it is on, and when I submit the page blinks, but the info in the table is not updated. If I click the link to the page, it'll properly refresh and then display the appropriate info with the changes.

I'm not using Ajax with this yet, that's Phase 2, so I don't know why this could be happening....

Replies

  • Gremlyn1Gremlyn1 Posts: 14Questions: 0Answers: 0
    OK, don't mind me... I had my MYSQL update functions AFTER my initial SQL data pulls. It was a long day ;)
This discussion has been closed.