Duplication in records
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Dear all I created a Data Entry web page (PHP) that has a form with a number of components such as name, mobile , age, etc... (text fields). These data is entered in the database. This page is used by more than one user at a time. The problem is that some records are entered twice or more in the database. There are some records was entered 15 times and all of them at the same time. I am sure that my code execute the SQL statment once only. What could be the problem? Why the script is executed more than one time? Is it a Thread issue? Is it a Server issue? My database is Oracle and the page is in PHP. regards