A me funziona, quindi il problema sarà altrove ![Neutral](https://forum.it.altervista.org/images/smilie/icon_neutral.gif)
Codice PHP:
<?php
$testo = "zumzum [movie]http://www.youtube.com/watch?v=GWBu5yDql6E[/movie] prova prova";
$testo = preg_replace("#\\[MOVIE\\]http://www.youtube.com/watch\\?v=(.*)\\[/MOVIE\\]#i","<div style='width:550px; margin:5px auto'><iframe width='550' height='309' src='http://www.youtube.com/embed/$1' frameborder='0' allowfullscreen></iframe></div>",$testo);
echo $testo;
Codice:
zumzum <div style='width:550px; margin:5px auto'><iframe width='550' height='309' src='http://www.youtube.com/embed/GWBu5yDql6E' frameborder='0' allowfullscreen></iframe></div> prova prova