Plagiarism Detection

[insert_php] $myfile = fopen(“http://www.expertjournals.com/exp:content/ethics/ethics.plagiarism.detection.html”, “r”) or die(“Unable to open file!”);
// Output one line until end-of-file
while(!feof($myfile)) {
echo fgets($myfile) . ”
“;
}
fclose($myfile);
[/insert_php]
Bitnami