Search found 16 matches

by dhaval_83
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 ...
by dhaval_83
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...
by dhaval_83
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... :cry:
by dhaval_83
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 ...
by dhaval_83
Fri Apr 20, 2007 6:46 am
Forum: PHP - Code
Topic: PHP php_pspell() (Spell Check Function) Error
Replies: 21
Views: 3505

facets wrote:what code or application are using with the php_pspell class?
Do you have any errors in your apache logs?
hi,

i am not getting any errors and i am using Windows Server and IIS.

so please tell me configuration for that...
by dhaval_83
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_...
by dhaval_83
Fri Apr 20, 2007 6:28 am
Forum: PHP - Code
Topic: PHP php_pspell() (Spell Check Function) Error
Replies: 21
Views: 3505

facets wrote:If after checking out stereofrog's option you could create a script to check out your phpinfo().

Code: Select all

<?php
phpinfo();
?>
Then checkout this script in your browser.

will.
i put script phpinfo() and it is showing PSpell Functions Enabled

thanks
dhaval
by dhaval_83
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

stereofrog wrote:
dhaval_83 wrote:
Hey buddy calm down friend,
I'm not your friend, buddy.

do yuo have configuration step then please give me...
I don't feel like I want to, sorry.
ok thanks for yr replies,

have a nice time...
by dhaval_83
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...
by dhaval_83
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...
by dhaval_83
Mon Apr 16, 2007 11:13 pm
Forum: PHP - Code
Topic: PHP php_pspell() (Spell Check Function) Error
Replies: 21
Views: 3505

feyd wrote:Did you use the installer stereofrog linked to?
nope.. please let me know how i can install any configuration for pspell.

dhaval
by dhaval_83
Mon Apr 16, 2007 8:17 am
Forum: PHP - Code
Topic: PHP php_pspell() (Spell Check Function) Error
Replies: 21
Views: 3505

stereofrog wrote:pspell requires aspell (http://aspell.net/win32/). Do you have it installed?
Ni, i havnt installed it. How do i install it? Please let me know...

Thanks

dhaval
by dhaval_83
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...
by dhaval_83
Thu Feb 08, 2007 6:51 am
Forum: PHP - Code
Topic: Backup Restore MySQL Database through PHP
Replies: 2
Views: 512

louie35 wrote:try a program like Navicat or use PHPMyAdmin
Hi,

i have used PHPMyAdmin code but it is not giving me output as i want. like stored procedure, foreign key, etc.

please let me know if you have other solution..

Thanks
Dhaval
by dhaval_83
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...