P2P | IT Discussions Forum

Full Version: pbp replace
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I am making a script and i got stuck i have something like this:

HTML Code:

<div><object width="400" height="240"><param name="movie" value="http://www.dailymotion.com/swf/2RzUuxVDPylcK4iPV"></param><param name="allowfullscreen" value="true"></param><embed src="http://www.dailymotion.com/swf/2RzUuxVDPylcK4iPV" type="application/x-shockwave-flash" width="400" height="240" allowfullscreen="true"></embed></object>
<a href="http://www.dailymotion.com/video/xlzgb_horn-ok-please">"HORN OK PLEASE"</a>
Uploaded by <a href="http://www.dailymotion.com/flickerpix">flickerpix</a></div>



Now i want to use php to repace the width & height to 200 each but on every video i will have it will have a diffrent width and height so i need something in php that will work with repace width="any number" anyone help me with this one.
You mean you dont want a set width? try taking out
width="400"

and if that doesnt work, change it to
width="100%"
Reference URL's