11-30-2007, 07:11 PM
|
#32 (permalink)
|
|
The Contributor
Join Date: Nov 2007
Location: Nashville
Posts: 44
Thanks: 7
|
This might seem a bit retarded but I'd like a function similar to mysql_real_escape_string() but with a much shorter name. When I'm handling forms and going through escaping variables and such it becomes a pain writing a bunch of mysql_real_escape_string()'s.
|
|
|