I'm writing some data into several tables using mssql and php 4. All of the data seems to be put into the tables, but when i do a select to return all the post in the database it takes about 10-30 seconds for the new post to show up. All of the necessary data is in the database, and all but the last post is returned.
Any clues?