Find content inside square brackets with PHP and replace (regex?)?

$cnt = 0; preg_replace('/\. *? =(.*?)/e', '$1', $text) not tested, will probably blow up and steal your dog, etc.

$cnt = 0; preg_replace('/\. *? =(.*?)/e', '$1', $text); not tested, will probably blow up and steal your dog, etc...

It does break, gives me this error: Parse error: syntax error, unexpected 'function. Preg-replace: Failed evaluating code: vod01.netdna.com/vod/demo.flowplayer/Ext... in ... on line 34 – ragulka Aug 16 at 8:34.

$s = 'video=site.com/video.flv'; $url = str_replace(array('video=',''),array('',''),$s); echo 'click me!

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions