-Log in
-Register (free)


-RSS Feeds
-New MyDesk Module
-Update to Profile

Alternate color for RS looping with For Next
Northwind / ASP - Nested select
ASP SQL Injection




 Forums / Back to page 1 /

ASP SQL Injection
classic_asp | Posted 2:19am 17. October 2010 Server Time |

Hey, I have made a function in ASP for some security in my site.

SQL Injection function

Function mysql_sec(text)

text = Replace(text, chr(34), "")
text = Replace(text, "'", "")
text = Replace(text, "\", "")
  
mysql_sec = text

End function


Is this safe??
Thank you!
This post have been closed for new replies



| Info |
© Copyright 1997-2013 Alexander Haneng