Probably what's happening is the button is getting pressed twice. try adding some javascript to the button like: <input type="submit" onclick="this.disabled = true;" /> to disable the button after its clicked. Aulia wrote: > > > > problem : sometimes when i click start, data insert double into > database. any body know about queue in database ? >