Nanospell Spell Checking Software Components
JavaScript jQuery CKEditor TinyMCE PHP ASP.Net Classic ASP

PHP SpellChecker

Getting Started Spell Checking with PHP is Easy

Getting Started - PHP Spell Check

  1. Download & Install
  2. Integrate
  3. Learn

Download & Install

Integrate

#PHP Source Code
require "/phpspellcheck/include.php";  //edit this path if necessary

$mySpell = new SpellCheckButton();
$mySpell->InstallationPath = "/phpspellcheck/";
$mySpell->Fields = "ALL";
echo $mySpell->SpellImageButton();

$mySpell = new SpellAsYouType();
$mySpell->InstallationPath = "/phpspellcheck/";
$mySpell->Fields = "ALL";
echo $mySpell->Activate();

Learn