Hi all i want to copy part of remote html in php.I want to pass the php script a remote url and want it to ONLY output the html block of data between
<!-- start-container -->and<!--stop-container --> . Is there an easy way to just get that part of data and output it ?
