<?php
$file_code = file("http://vishalusrate.rf.gd/");
foreach ($file_code as $line_no => $lines)
{
echo "Line No.-{$line_no}: " . htmlspecialchars($lines) . "\n";
}
?>
<?php
$file_code = file("http://vishalusrate.rf.gd/");
foreach ($file_code as $line_no => $lines)
{
echo "Line No.-{$line_no}: " . htmlspecialchars($lines) . "\n";
}
?>
0Comments
Thanks you for commenting your questions. I will see question and respond you.