PHP Questions Home | Register | Login
Categories
Arrays
Files
Forms
Creating PDFs
PHP Errors
Functions
Images
MySQL
Numbers
Others
Strings
Website
Unanswered

PHP Forums
Forums Index
MySQL Forum
PHP Forum
Flash/Actionscript
Javascript
Web design

More PHP
PHP Functions
Top Questions
Ask a Question
PHP Interview Questions
PHP Jobs
Ecommerce
IT Questions
Business Websites

Sponsors

sponsor ad
My Salary
PHP Developer Salary
Advertise Here

Can I spellcheck my text using PHP?


Yes you can spell check content in PHP using one of the spellchecker libraries out there.

The most well known and used is the pspell or aspell library.

This will need to be installed on your server to function correctly and your PHP configuration will need to be updated to indicate support for pspell.

Once installed a variety of functions will be made available to enable spell checking and find suggested words and so forth, for more information read this:

http://www.zend.com/zend/spotlight/spellchecking.php


Comment on this Question and Answer >>>

ASK A QUESTION

More other PHP Questions

What is a constant in PHP?

What is the differece between $message and $$message?

How do I define a constant in PHP?

What does the @ character do in PHP?

I have lots of if else logic - is there another option?



Custom Search