×
Home About Us Products Services News Free Scripts Contact
news php scripts and software

PHP example - How to get the content of a web page into a single string?


PHP - How to get the content of a web page into a single string?

<?php
...
$strHTML=join('',file('http://www.netartmedia.net'));
...
?>

Category: PHP

 
<< Go back