Sinceramente non ho capito se magic_quote_gpc() la devo tenere ad on o ad off.. mi pare sia meglio tenerla ad off credo..

e poi

Codice PHP:
<?php
highlight_string 
"<?php

function myAddSlashes( 
$string ) {

if (get_magic_quotes_gpc()==1) {

return ( 
$string );

} else {

return ( addslashes ( 
$string ) );

}

}

?>" 
);
?>
cos'è highlight_string?? una funzione?? e xke dentro le parentesi viene aperto il tag di php(<?php)??

Grazie x la spiegazione