Forum Moderators: coopster
I was told Text_Diff might work but I don't want to spend the time installing pear if I can use native functions.
if($Data1 == $Data2)
echo "same.";
else
echo "not same.";
File sizes could be different from spacing. If that's the case then parse out the spaces in the data before comparing.