Me being the DBA, I have a different solution. Don't allow your website user ANY table access to your database at all. Write all of the logic in Stored Procedures and then grant the rights to your application just to execute the stored procedures. Much better control and security that way, but then you also have to know how to write SPs...Russell wrote:A very simple way of sanitizing your input from SQL injection and XSS (Cross Site Scripting) attacks is:
Search found 1 match
Return to “Registration program/module in php?”
- Tue Dec 23, 2008 9:29 am
- Forum: Technical Tips, Questions & Discussions (Computers & Internet)
- Topic: Registration program/module in php?
- Replies: 14
- Views: 3214