PHP Code Verifier?

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
Majoraslayer
Forum Commoner
Posts: 64
Joined: Thu Jun 30, 2005 11:50 am
Location: In Your Mind...
Contact:

PHP Code Verifier?

Post by Majoraslayer »

I'm sure some program exists out there that can help me out. Does someone know of a PHP editor that can check my syntax and point out simple mistakes? Such as, say, if I forgot a comma somewhere, or added an extra "}"? I would prefer some sort of freeware that can do this.
User avatar
delorian
Forum Contributor
Posts: 223
Joined: Sun May 04, 2003 5:20 pm
Location: Olsztyn, Poland

Post by delorian »

Almost every IDE can check syntax and report errors. If you want to have free IDE for PHP you could take a look on PHPEclipse
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

Search this forum... Why have a "your favorite editor" poll somewhere...
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

djot
Forum Contributor
Posts: 313
Joined: Wed Jan 14, 2004 10:21 am
Location: planet earth
Contact:

Post by djot »

-
timvw wrote:Search this forum... Why have a "your favorite editor" poll somewhere...
The poll is here .

djot
-
User avatar
bokehman
Forum Regular
Posts: 509
Joined: Wed May 11, 2005 2:33 am
Location: Alicante (Spain)

Post by bokehman »

If you want a FREE one I would go with crimson editor first and conText second.
djot
Forum Contributor
Posts: 313
Joined: Wed Jan 14, 2004 10:21 am
Location: planet earth
Contact:

Post by djot »

-
ConText does not check syntax.

Anyway it's my favorite editor for quick editing of HTML, PHP, CSS and so on.
Also, development of ConText is slow, did not really exist for the last two or three years.

djot
-
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Post by Roja »

Folks, the link to the *existing* thread on favorite editor is sufficient. Please do not post in this thread as well a listing of your favorite editor.

Sincerely,
- Your department of redundancy department commentator commentator.
Majoraslayer
Forum Commoner
Posts: 64
Joined: Thu Jun 30, 2005 11:50 am
Location: In Your Mind...
Contact:

Post by Majoraslayer »

Sorry about that, I forgot about the favorite editors poll. I even posted in it when I first got here! *Is a dunce*

If a moderator feels the need to lock this topic, then by all means I wouldn't be bothered at all. And to everyone who made suggestions, I appreciate it!
Post Reply