Would it be possible to make some code that would show the php code, count down to the line the error is reported, and highlight that line?
turn error handling on in your php ini file
I dont mean just have it write (parse error on line 514) I mean, visually redisplay the php code (the actual code) that is giving the error. As in, display line 514 so that I don't have to search for line 514?
that's a good question, if u find out, lemee know 🙂