PHP Checkers

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
benutopia
Forum Newbie
Posts: 1
Joined: Mon Jul 14, 2003 8:09 am

PHP Checkers

Post by benutopia »

Is there an easy to use php script checker which let you know where the errors are and how to correct them?

Please let me know urgently!

8O
User avatar
DuFF
Forum Contributor
Posts: 495
Joined: Tue Jun 24, 2003 7:49 pm
Location: USA

Post by DuFF »

No, PHP should generate errors that are pretty precise. The only thing that you can do is download a PHP editor that checks the script before you upload it but it will give you the same errors as if you were viewing the error in a browser. If you are having trouble with a particular error go ahead and post it and we'll try to help you out with it.

Example editor: Komodo
m3rajk
DevNet Resident
Posts: 1191
Joined: Mon Jun 02, 2003 3:37 pm

Post by m3rajk »

a good editor.. programming editor that handles scripting languages (php/perl/etc) and markup languages (html/xml/etc) as well is http://www.xemacs.org

if it doesn't already do what you want or have a plug in that does, you can make one
Post Reply