To email your HTML source code to you in one line of PHP code just use the following code:

<?php
mail(‘youremail@isp.com’,‘my source code’,file_get_contents(‘http://www.yourdomain.com/yourpage.html’),‘From webserver@localhost\r\n‘);
?>