Bir metin bir nesne etiketi nasıl ayıklanır

0 Cevap php

Hi I've created a system that adds articles in the database, the user can embed youtube or dailymotion or simple flash into the text area. In the home page, I've inserted a slideshow that slides new feed with image, I've writen a simple condition if that checks if the text contains an embeded video using:

if (ereg('<object>',$text){}

Ben sadece metinde bir nesne var durumda slayt gösterisi video (genel nesne öğe) eklemek istiyorum. diğer bir deyişle I <object> ve </object> arasında neler ayıklamak istiyorum

teşekkür ederim

0 Cevap