Search found 1 match

by Kalrog
Tue Dec 23, 2008 9:29 am
Forum: Technical Tips, Questions & Discussions (Computers & Internet)
Topic: Registration program/module in php?
Replies: 14
Views: 3214

Re: Registration program/module in php?

Russell wrote:A very simple way of sanitizing your input from SQL injection and XSS (Cross Site Scripting) attacks is:
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...

Return to “Registration program/module in php?”