Its usually an error on the line before the number it gives you...
So for the second error you just need to delete the } from the line before...
<font face="Comic Sans MS" size="1">><!--webbot bot="HTMLMarkup" startspan --><?php list($usec, $sec) = explode(" ",microtime());
return ((float)$usec + (float)$sec);
}<<Delete
LINE 214 >>>>>>>>>>> $time_start = getmicrotime();
for ($i=0; $i <1000; $i++){
}
And the first one should be the same.. Just delete the } from the line before..
Hope this helps
--James 
|