Page 1 of 1

Multiple Data Entries

PostPosted: 14. November 2018 10:54
by masyoung
Greetings...please my xammp creates multiple information or results for one data entry

Re: Multiple Data Entries

PostPosted: 14. November 2018 12:08
by Altrea
Can you please describe much more in detail what your issue looks like?

Re: Multiple Data Entries

PostPosted: 14. November 2018 22:32
by masyoung
Well i have a xampp running locally which stores data of registered users...now on inserting a single data for a specific user the inserted data stores twice instead of once

Re: Multiple Data Entries

PostPosted: 14. November 2018 22:43
by Altrea
I have no idea how this can be an xampp issue. There is no setting or something like this to tell MariaDB how often an insert statement will get executed.
I think that there must be something in the code of that application that fires this statement twice, or maybe someone is doing double-clicks on form elements instead of single clicks.

Re: Multiple Data Entries

PostPosted: 14. November 2018 22:55
by masyoung
Ok sir thank you for that....i'll cross check