News * Startseite Über SELFPHP Werbung Kontakt Forum * Download * SELFPHP Banner * SELFPHP in Buchform Newsletter * Impressum
<?PHP $text = '\'©2001\' by "SELFPHP"'; $str = addslashes($text); echo $text; echo '<br>'; echo $str; echo '<br>'; $str = stripslashes($text); echo $str; ?>
'©2001' by "SELFPHP" \'©2001\' by \"SELFPHP\" '©2001' by "SELFPHP"