Wednesday 25 March 2015

PHP_web_scraping Example

<?php


 $url = 'http://vissicomp.com';


 $output = file_get_contents($url);




 echo $output;

 ?>

No comments:

Post a Comment