SQL for the Average User


Recommended Posts

Hi, I found this post regarding SQL and explaining how forms submit data to a database. It's basic stuff, but it's straightforward, completely comprehensible for the computer illiterate.

http://digg.com/security/SQL_Injection_for_the_Average_User

I also have a question, as I am designing a database for personal use. What's the best way to allow users to submit HTML tags, but still keep things secure?

Link to comment
Share on other sites

Hi, I found this post regarding SQL and explaining how forms submit data to a database. It's basic stuff, but it's straightforward, completely comprehensible for the computer illiterate.

http://digg.com/security/SQL_Injection_for_the_Average_User

I also have a question, as I am designing a database for personal use. What's the best way to allow users to submit HTML tags, but still keep things secure?

Hum, secure against what? If you don't someone in the middle to screw your stuff up, use SSL... but as far as SQL goes, just use encryption or something.
Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.