Recent content by SiouxChief

  1. S

    Problem with pspell_new() function of PHP

    Create a new file on your web server called "phptest.php", and put this in it: <HTML> <BODY> <?php phpinfo (); ?> </BODY> </HTML> Then, in internet explorer go to http://www.yourdomain.com/phptest.php If PHP is configured correctly on your web server, you should see a whole...
  2. S

    Problem with pspell_new() function of PHP

    Do you have pspell support compiled into PHP? If you're not sure, use phpinfo () to find out. Just create a new file like this: <HTML> <BODY> <?php phpinfo (); ?> </BODY> </HTML> When you view the file in your browser, search the page for "pspell". I use pspell, and in my...
Back
Top