Quote:
Originally Posted by V_RocKs
this won't make changes to the DB... so far as I know... didn't see what you were using to do that.
|
Your the man!
I just plugged in the code:
Code:
$text = preg_replace('|\[ame="https://youtube.com/watch\?v=([a-z0-9]+)"\](.+)|i', '[video=youtube;$1]https://youtube.com/watch?v=$1[/video]', $text);
It processed correctly! Thanks a lot!