|
Posted by Steve on 11/07/07 14:03
"hol" <contact7@hol.gr> wrote in message
news:fgqmsv$u8d$1@newsmaster.pub.dc.hol.net...
> Thanks for your reply Steve.
>
> I tried what you suggested
> $pvid = str_replace(" /width\s*?:\s*?\d{1,3}px/i","width:800px",$pvid) ;
> but unfortunatelly did not work.
i just used:
/width\s*?:\s*?\d{1,3}px\s*?;?/i
as the pattern, this as the string to search:
width:400px; height:326px;" id="VideoPlayback"
and this as the replacement:
width:800px;
and i got this as the result:
width:800px; height:326px;" id="VideoPlayback"
seems to work for me. sorry it does not for you.
Navigation:
[Reply to this message]
|