12-24-2007, 10:29 PM
|
#8 (permalink)
|
|
The Prestige
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,053
Thanks: 115
|
Quote:
Originally Posted by ReSpawN
I'm gonna go with the array_map function. The FILTER_INPUT_ARRAY takes a little bit too much reading and understanding if you ask me. array_map() in this case, is a lot more safe, easier and faster.
|
Ofcourse, it's your choice 
Also, you should use mysql_real_escape_string, like you've already mentioned..
|
|
|
|