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