Page 1 of 1

compare html files

Posted: Sat Jun 05, 2010 3:42 pm
by playwright
Does anyone know if i can compare two html files? I want to use this statement to stop a do - while loop.
For example i' m trying this one

Code: Select all

do{
...
}while ($html1!=$html2);
but it seems it never ends...
Any ideas???

Re: compare html files

Posted: Sat Jun 05, 2010 4:21 pm
by Jonah Bron