I have documentation on my project site on codeplex, and i want to create a PHP code to embed it to my site. and this is the part of code i want to get from the page. If you could help me it would be great.
This is the code i want to extract from https://mxspli.codeplex.com/documentation:
<div id="WikiContent" class="WikiContent">
<div class="wikidoc">
<h1><img src="https://download-codeplex.sec.s-msft.com/Download?ProjectName=mxspli&DownloadId=1564842&Build=21031" alt="" width="101" height="23"> Documentation</h1>
<p>Welcome to MXSPLI Documentation</p>
<p>Here you can learn how to use MXSPLI, and how to make libraries for it.</p>
<ul>
<li><a href="https://mxspli.codeplex.com/wikipage?title=Tutorials">Tutorials</a> </li><li><a href="https://mxspli.codeplex.com/wikipage?title=Released%20Libraries">Released Libraries</a>
</li><li><a href="https://mxspli.codeplex.com/wikipage?title=Main%20Functions">Main Functions</a>
</li></ul>
</div>
<div></div>
</div>