Magic quote

goodevining,
can I use this function about maic quote on php5 ?
if (!get_magic_quotes_gpc()) {
$_REQUEST = array_map (‘addslashes’, $_REQUEST);

Thanks

addslashes is rarely useable for anything. Definitely not for SQL queries. Magic quotes is depreciated and should not be used. What specifically are you trying to do with this?

on the page http://scontrisonori.altervista.org/annuncitemporeale.php when users type apostrophe (example OReilly, d 'imarsico etc), it is error ! but I must remedy

friendliness