
May 8th, 2008, 20:28
|
|
Junior Member
|
|
Join Date: Feb 2008
Location: Michigan
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
Re: How to secure scripts and pages
There's also often built-in ways to escape that stuff, for example PHP has mysql_real_escape_string:
http://us3.php.net/mysql_real_escape_string
|