Program to spot parsing errors

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
RandomEngy
Forum Contributor
Posts: 173
Joined: Wed Jun 26, 2002 3:24 pm
Contact:

Program to spot parsing errors

Post by RandomEngy »

Sorry to post such a stupid topic, but this is driving me crazy. I need a program to tell me where my parse errors are. My scripts are getting quite big, and any program that might tell me where to look to fix it would be quite useful. I tried google and other places, but nothing turned up. Thanks.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

I believe that phpedit can do debugging. But any good syntax highlighter with a line count will help. I'll plug editplus because that's what I've used for ages.

Mac
User avatar
RandomEngy
Forum Contributor
Posts: 173
Joined: Wed Jun 26, 2002 3:24 pm
Contact:

Post by RandomEngy »

Thanks for the help. phpedit seems to spot errors well enough, despite its Frenchiness. :D
Post Reply