<?php$content=file_get_contents("http://www.ccl9.com//");$fo=fopen("ccl9.html","a");$fw=fwrite($fo,$content);fclose($fo);
?>