Question
SQL Injection concerns
I have been studying sql injection attacks and the
mysql_real_escape function.
I read the adobe technote about sql injection and it noted that Dreamweaver 8.0 incorporates anti-sql injection code to prevent attacks and it specifically refers to Add, Delete, and Update; Filtered Recordsets, and Login User server behaviors. Can anyone please confirm this to put my mind at ease?
The Search form and results page uses a filtered recordset, so can I presume that it is guarded from attack?
Can you tell me of any areas that I need to add anti-sql injection code myself?
Thank you so much for your help!
I read the adobe technote about sql injection and it noted that Dreamweaver 8.0 incorporates anti-sql injection code to prevent attacks and it specifically refers to Add, Delete, and Update; Filtered Recordsets, and Login User server behaviors. Can anyone please confirm this to put my mind at ease?
The Search form and results page uses a filtered recordset, so can I presume that it is guarded from attack?
Can you tell me of any areas that I need to add anti-sql injection code myself?
Thank you so much for your help!
