Search found 16 matches
- Wed Apr 25, 2007 2:18 am
- Forum: PHP - Code
- Topic: Please Help me out
- Replies: 1
- Views: 394
Please Help me out
Hey All i have installed Aspell-0-50-3-3-Setup.exe and Aspell-en-0.50-2-3.exe for Win32 system i have done all configuration which are required for aspell-15.dll and php.ini extension = php_pspell.dll i have set system variables for dictionary folder and bin folder I have done written the code like ...
- Wed Apr 25, 2007 1:32 am
- Forum: PHP - Code
- Topic: PHP php_pspell() (Spell Check Function) Error
- Replies: 21
- Views: 3505
pspell_new doesn't work correctly on most servers under Windows because like PHP, the Aspell developer thinks because your using Windows you don't know how to set a environment path, so the path and names to the dictionaries are hard-coded into the embedded Aspell configuration file that point to C...
- Mon Apr 23, 2007 11:17 pm
- Forum: PHP - Code
- Topic: PHP php_pspell() (Spell Check Function) Error
- Replies: 21
- Views: 3505
Still No answer
Hey
Nobody is here who knows the answer.
very disappointed...
Nobody is here who knows the answer.
very disappointed...
- Mon Apr 23, 2007 12:13 am
- Forum: PHP - Code
- Topic: PHP php_pspell() (Spell Check Function) Error
- Replies: 21
- Views: 3505
I am writing the steps now...
Hey guys i am writing steps what i did to install... System: Windows, Server: IIS 1. install aspell 2. download dictionary (English) 3. copy aspell-15.dll from /bin directory of aspell and paste it to C:\PHP and C:\WINNT\SYSTEM32\ 4. php.ini add extension = php_pspell.dll 5. run Spellcheck.php with ...
- Fri Apr 20, 2007 6:46 am
- Forum: PHP - Code
- Topic: PHP php_pspell() (Spell Check Function) Error
- Replies: 21
- Views: 3505
- Fri Apr 20, 2007 6:35 am
- Forum: PHP - Code
- Topic: PHP php_pspell() (Spell Check Function) Error
- Replies: 21
- Views: 3505
what happened here? I'm so confused... http://a1.vox.com/6a00c2252668128e1d00d414314ae13c7f-pi I have installed aspell and copy aspell-15.dll to SYSTEM32 folder and C:\PHP but i am not getting any output. no error comes but the function pspell not working and the page comes blank... i have put php_...
- Fri Apr 20, 2007 6:28 am
- Forum: PHP - Code
- Topic: PHP php_pspell() (Spell Check Function) Error
- Replies: 21
- Views: 3505
i put script phpinfo() and it is showing PSpell Functions Enabledfacets wrote:If after checking out stereofrog's option you could create a script to check out your phpinfo().
Then checkout this script in your browser.Code: Select all
<?php phpinfo(); ?>
will.
thanks
dhaval
- Fri Apr 20, 2007 6:06 am
- Forum: PHP - Code
- Topic: PHP php_pspell() (Spell Check Function) Error
- Replies: 21
- Views: 3505
Re: Hey No answer... i m shocked nobody knows
ok thanks for yr replies,stereofrog wrote:I'm not your friend, buddy.dhaval_83 wrote:
Hey buddy calm down friend,
I don't feel like I want to, sorry.do yuo have configuration step then please give me...
have a nice time...
- Fri Apr 20, 2007 5:29 am
- Forum: PHP - Code
- Topic: PHP php_pspell() (Spell Check Function) Error
- Replies: 21
- Views: 3505
Re: Hey No answer... i m shocked nobody knows
loong time no reply... because it's almost impossible to help without knowing your specific configuration. Here's some common advices: - make sure standalone aspell works - make sure php works without pspell - make sure php uses the php.ini you're editing - restart everything - read installation in...
- Fri Apr 20, 2007 4:25 am
- Forum: PHP - Code
- Topic: PHP php_pspell() (Spell Check Function) Error
- Replies: 21
- Views: 3505
Hey No answer... i m shocked nobody knows
hi, loong time no reply... I have installed aspell and copy aspell-15.dll to SYSTEM32 folder and C:\PHP but i am not getting any output. no error comes but the function pspell not working and the page comes blank... i have put php_pspell.dll in php.ini as extension but still getting error please tel...
- Mon Apr 16, 2007 11:13 pm
- Forum: PHP - Code
- Topic: PHP php_pspell() (Spell Check Function) Error
- Replies: 21
- Views: 3505
- Mon Apr 16, 2007 8:17 am
- Forum: PHP - Code
- Topic: PHP php_pspell() (Spell Check Function) Error
- Replies: 21
- Views: 3505
Ni, i havnt installed it. How do i install it? Please let me know...stereofrog wrote:pspell requires aspell (http://aspell.net/win32/). Do you have it installed?
Thanks
dhaval
- Sun Apr 15, 2007 11:26 pm
- Forum: PHP - Code
- Topic: PHP php_pspell() (Spell Check Function) Error
- Replies: 21
- Views: 3505
PHP php_pspell() (Spell Check Function) Error
hey guys, i have one serious problem and cant find solution. I have downloaded class for spell check. and while running the file i m getting error like: Fatal error: Call to undefined function pspell_new() HP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_pspell.dll' - The spec...
- Thu Feb 08, 2007 6:51 am
- Forum: PHP - Code
- Topic: Backup Restore MySQL Database through PHP
- Replies: 2
- Views: 512
- Thu Feb 08, 2007 5:26 am
- Forum: PHP - Code
- Topic: Backup Restore MySQL Database through PHP
- Replies: 2
- Views: 512
Backup Restore MySQL Database through PHP
Hi all, another big one... Smile is there any facility in PHP Code for backup and restore MySQL database? i have the code for import-export but all constrains are not covered in that... For example it gives me DROP, CREATE,INSERT Only... not Stored Procedures, Foreign Key constrains, etc. Sad Please...