Codice PHP:
<?php
$ban = array('!', '%', '-', '(', ')');
$text = str_replace($ban, '_', $text);
$text = ereg_replace('_+', '_', $text);
?>
Codice PHP:
<?php
$ban = array('!', '%', '-', '(', ')');
$text = str_replace($ban, '_', $text);
$text = ereg_replace('_+', '_', $text);
?>
<?php echo ' Emiliano Gabrielli (aka AlberT) ',"\n",
' socio fondatore e membro del direttivo del GrUSP ',"\n",
' AlberT_at_SuperAlberT_it - www.SuperAlberT.it ',"\n",
' IRC: #php,#AES azzurra.com ',"\n",'ICQ: 158591185'; ?>