Forum Moderators: phranque
i have a quick question and looking for your opinion. Im running php, mysql4, php4.
got a quick security question. Im building a website similar to autotrader. My question is when the customer submit the car and customer info to the website.. which of the following would be standard security?
1) have the info go to a "staging" database and dump the car and customer info into the actual site's database later by an admin
OR
2) upload the info straight to the database with a trigger that allows me to activate/deactivate the carinfo after i have read over the submitted info.
Thanks for the insight
however THE MOST IMPORTANT thing is to check the data for integrity before inserting to the database ... this is VITAL for protecting yourself against sqlinjection attacks and other such things.