Check Website Lines of code in php

technical talkiess
0


 <?php

$file_code = file("http://vishalusrate.rf.gd/");

foreach ($file_code as $line_no => $lines)

 {

  echo "Line No.-{$line_no}: " . htmlspecialchars($lines) . "\n";

 }


?> 

Post a Comment

0Comments

Thanks you for commenting your questions. I will see question and respond you.

Post a Comment (0)