I have what appears to me, to be two identical text files, I copy and paste exactly the same (intentionally erroneous) content in them, being the following:
<?
//error code
$sSQL = "SELECT error";
fakefunction();
?>
But I get this in tab #1 of my browser:
Fatal error: Call to undefined function fakefunction() in
/home/public_html/notes/textfileone.php on line 3
And I get this in tab #2 of my browser (the same browser as tab #1 is in):
Fatal error: Call to undefined function fakefunction() in
/home/public_html/notes/textfiletwo.php on line 4
Any idea why this would be happening?
NULLchar or something like that. From where to where are you copying code? i mean editor.md5filefor both files