I have put up around 4 websites successfully with no problems at all.
When registering some fields need to be inputted otherwise no database insertion will occur. Also i generate a random number and if the user types it wrong, the registration form is stopped.
Last few days i noticed that i have junk data in my MSQL DATABASE and some fields which needed to be filled where left blank. If this was done directly from the website the registration would have stopped thus not letting any data to enter the database.
I am suspecting that the data is being written directly into the MYSQL, rather then from the registration page of the website.
What could this be? and how can i fix it?
When registering some fields need to be inputted otherwise no database insertion will occur. Also i generate a random number and if the user types it wrong, the registration form is stopped.
Last few days i noticed that i have junk data in my MSQL DATABASE and some fields which needed to be filled where left blank. If this was done directly from the website the registration would have stopped thus not letting any data to enter the database.
I am suspecting that the data is being written directly into the MYSQL, rather then from the registration page of the website.
What could this be? and how can i fix it?