compare html files
Posted: Sat Jun 05, 2010 3:42 pm
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
but it seems it never ends...
Any ideas???
For example i' m trying this one
Code: Select all
do{
...
}while ($html1!=$html2);Any ideas???