Salve,
ho pensato che str_replace potesse essere il comando più semplice per quel che voglio ottenere, ma, sperando che la sintassi sia giusta, non so dove mettere quel $del perchè funzioni ed elimini quella stringa nell' output

Codice PHP:
<?php
$field 
"SELECT post_text FROM phpbb_posts WHERE post_id = '23'";
$query mysql_query($field);
$del str_replace(":2jdu0t3k"""post_text);
while(
$row mysql_fetch_object($query;$del)) {
$post $row->post_text;
}
mysql_free_result($query);

$content "<MARQUEE behavior= 'scroll' direction= 'up' height= '200' scrollamount= '2' scrolldelay= '5' onmouseover='this.stop()' onmouseout='this.start()'>

$post</p></MARQUEE>";

?>
Grazie per il supporto
WingHorten