Display only Iframe value
Posted: Wed Aug 03, 2011 6:59 am
Hi
I have some description and Iframe value in my database fields . I want to display only Iframe value. Like this
<p>Description:</p>
<p>In this action packed multi level game, you've to help A.L.I.A.S to battle his way through the army base and blast all the enemies and obstacles with his high fire rate gun. Each kill restores a bit of health (power-ups help for that, too). At the end of the game, your score will be multiplied by the number corresponding to the chosen difficulty level...Good
[button link="http://graggles.com/help/" type="icon" icon="notice" newwindow="yes"] Game is not working? (Click here) [/button]
<iframe src="http://www.freeonlinegames.com/embed.php?g_id=924" width="550" height="350" scrolling="no" allowTransparency="true" frameborder="0"></iframe>
I want to take only
<iframe src="http://www.freeonlinegames.com/embed.php?g_id=924" width="550" height="350" scrolling="no" allowTransparency="true" frameborder="0"></iframe>
from above value.
How this can b possible in php.
thanks
I have some description and Iframe value in my database fields . I want to display only Iframe value. Like this
<p>Description:</p>
<p>In this action packed multi level game, you've to help A.L.I.A.S to battle his way through the army base and blast all the enemies and obstacles with his high fire rate gun. Each kill restores a bit of health (power-ups help for that, too). At the end of the game, your score will be multiplied by the number corresponding to the chosen difficulty level...Good
[button link="http://graggles.com/help/" type="icon" icon="notice" newwindow="yes"] Game is not working? (Click here) [/button]
<iframe src="http://www.freeonlinegames.com/embed.php?g_id=924" width="550" height="350" scrolling="no" allowTransparency="true" frameborder="0"></iframe>
I want to take only
<iframe src="http://www.freeonlinegames.com/embed.php?g_id=924" width="550" height="350" scrolling="no" allowTransparency="true" frameborder="0"></iframe>
from above value.
How this can b possible in php.
thanks