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
cos'è highlight_string?? una funzione?? e xke dentro le parentesi viene aperto il tag di php(<?php)??Codice PHP:<?php
highlight_string ( "<?php
function myAddSlashes( $string ) {
if (get_magic_quotes_gpc()==1) {
return ( $string );
} else {
return ( addslashes ( $string ) );
}
}
?>" );
?>![]()
Grazie x la spiegazione![]()

Rispondi quotando