Hi,
I am working on adding version 1.6 to my website, both for myself, and for my visitors to comment on blog entries. However, I want it to add these entries to the MySQL database securely. Besides addslashes when I add entries and stripslashes when I remove them, what else will I need to do to avoid SQL injection-type attacks?
I am working on adding version 1.6 to my website, both for myself, and for my visitors to comment on blog entries. However, I want it to add these entries to the MySQL database securely. Besides addslashes when I add entries and stripslashes when I remove them, what else will I need to do to avoid SQL injection-type attacks?