Hi,
I want to get what is contained between these comments
<!--content-start-->
<!--content-end-->
so I use pregmatch like this:
preg_match("/<!--content-start-->(.*)<!--content-end-->/i", $rss, $content);
but nothing happens so I guess its the wrong syntax?
Thank you.
Comments
Post a Comment