PHP Dictionary?

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
moiseszaragoza
Forum Commoner
Posts: 87
Joined: Sun Oct 03, 2004 4:04 pm
Location: Ft lauderdale
Contact:

PHP Dictionary?

Post by moiseszaragoza »

An ASP Developer told me that PHP should have a way to proof read and spell-check Database content.

Id this true and were would I be able to find something like that?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

If your installation of PHP isn't compiled with pspell, you can always call aspell from the command line - that's what I had to do.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply