"; $hnd = fopen("remote_love.html","w"); if($hnd){ fputs($hnd,$hello); fclose($hnd); echo"DONE !!\n"; } else { echo"Kupa !!\n"; } ?>