- Codice: Seleziona tutto
Parse error: syntax error, unexpected T_STRING
Lo script il è il seguente, la terza riga è quella che da errore:
- Codice: Seleziona tutto
$where = $row['testo'];
str_replace('[b]', '<b>', $where)
str_replace('[i]', '<i>', $where)
str_replace('[u]', '<u>', $where)
str_replace('[center]', '<center>', $where)
str_replace('[left]', '<left>', $where)
str_replace('[right]','<right>', $where)
str_replace('[/b]', '</b>', $where)
str_replace('[/i]', '</i>', $where)
str_replace('[/u]', '</u>', $where)
str_replace('[/center]', '</center>', $where)
str_replace('[/left]', '</left>', $where)
str_replace('[/right]', '</right>', $where)
Grazie
![Smile [std]](http://www.megalab.it/forum/images/smilies/happy.gif)