HI Friends,

I inserted a row in my sql using php in the first web page and second web page i tried to retrieve it.I got:
But in the next page i did not get the latest inserted row.
When inserted the another row, i was able to get the first inserted row and not the latest row.

So every time i miss the last inserted row the first time and when then i was able to get it as soon as i insert another row.

How to solve this issue? Is it something related to commit i am missing here?