How can I download some websites that use php to give true contents?

John
12/12/2016 02:50 pm
for example,i want to download a html, it's source code is this:
<div id="content"></div><script type="text/javascript" src="/rt.php?*"></script>
</div>

but when the page is opened in a real browser ,it's code will become :
<div id="content"><center></center><img src="*.gif"></div>
</div>

this is the real page that i want to download, how should i do?
Oleg Chernavin
12/12/2016 02:52 pm
Offline Explorer always downloads the real HTML contents. All PHP code is executed on the server side.

Best regards,
Oleg Chernavin
MP Staff