Page 1 of 1

Problems testing with mysql and php

PostPosted: 23. October 2013 16:41
by smecca
Hi sirs,
I have been working on a web site for booking using mysql and php.
Each booking is payied with a prepaid card. To record booking I use following tables: prepaid, transactions
Now I have a huge problem with testing and developing all this.
Infact if I test booking procedure using firefox browser, just clicking in update page browser (F5) it start crazy creation of reconds in transaction table.
This is a problem that regards only this browser, because if I debug using zend eclipse tool the application is stable, as by using Iexplorer browser. The problem happen only with firefox. Have you knoledge or report about this problem? can I solve it?