"; echo "PHP magic quotes is: "; if (ini_get( 'magic_quotes_gpc' )) { echo "On"; } else { echo "Off"; } ?>