Forum Moderators: coopster
$data = array('red','yellow','purple')
echo f("Apples are %, Bananas are %, Grapes are % ", $data);
Isn't there something that does stuff like that that I can use for protection for MySQL db queries? That's what I wanted to use it for.
I can't find it or remember what it's called.