Re: [PHP-WIN] php_enchant not loadable

2009-08-21 Thread Niel Archer
> Niel Archer wrote: > >> Hi there, > >> > >> i switch to PHP5.3 and now PSPELL is no more working. I read the docu > >> and found that i must use PHP_Enchant from now. > >> > >> But everytime i try to use is PHP gets an error: > >> > >> "Unable to load dynamic library 'C:\PHP\ext\php_enchant.dll'

[PHP-WIN] Ally Bank (former GMAC Bank) customer form

2009-08-21 Thread customerc...@ally.com
Dear Ally Bank (former GMAC Bank) customer, GMAC Bank has recently changed its name to be Ally bank, and these days we introduce a new version of banking software. As you are registered to be an online account holder, please update your account records. In order to update your account, ple

Re: [PHP-WIN] php_enchant not loadable

2009-08-21 Thread Rene Bartholomay
Am 21.08.09 16:34, schrieb Elizabeth M Smith: Niel Archer wrote: Hi there, i switch to PHP5.3 and now PSPELL is no more working. I read the docu and found that i must use PHP_Enchant from now. But everytime i try to use is PHP gets an error: "Unable to load dynamic library 'C:\PHP\ext\php_enc

[PHP-WIN] file creation on client machine

2009-08-21 Thread rui
hi all i have this working on my php page. $myFile = "c:\test\testFile.txt"; $fh = fopen($myFile, 'w') or die("can't open file"); $stringData = "Bobby Bopper\n"; fwrite($fh, $stringData); $stringData = "Tracy Tanner\n"; fwrite($fh, $stringData); fclose($fh); this works very good , and when its

Re: [PHP-WIN] Relatively simple PHP function to block sql injection

2009-08-21 Thread klaus triendl
""Jacob Kruger"" schrieb im Newsbeitrag news:000301ca15cf$b71e72c0$6401a...@spaceque1d2a04... > Ok, now got this from w3schools.com: > > function check_input($value) > { > // Stripslashes > if (get_magic_quotes_gpc()) > { > $value = stripslashes($value); > } > // Quote if not a number > if (!i

Re: [PHP-WIN] php_enchant not loadable

2009-08-21 Thread Elizabeth M Smith
Niel Archer wrote: Hi there, i switch to PHP5.3 and now PSPELL is no more working. I read the docu and found that i must use PHP_Enchant from now. But everytime i try to use is PHP gets an error: "Unable to load dynamic library 'C:\PHP\ext\php_enchant.dll' - The specified module could not b

Re: [PHP-WIN] Re: php_enchant not loadable

2009-08-21 Thread Richard Quadling
2009/8/21 klaus triendl > "Rene Bartholomay" schrieb im Newsbeitrag > news:67.0a.10097.3525d...@pb1.pair.com... > > Hi there, > > > > i switch to PHP5.3 and now PSPELL is no more working. I read the docu and > > found that i must use PHP_Enchant from now. > > > > But everytime i try to use is PH

Re: [PHP-WIN] php_enchant not loadable

2009-08-21 Thread Niel Archer
> Hi there, > > i switch to PHP5.3 and now PSPELL is no more working. I read the docu > and found that i must use PHP_Enchant from now. > > But everytime i try to use is PHP gets an error: > > "Unable to load dynamic library 'C:\PHP\ext\php_enchant.dll' - The > specified module could not be fo

[PHP-WIN] Re: php_enchant not loadable

2009-08-21 Thread klaus triendl
"Rene Bartholomay" schrieb im Newsbeitrag news:67.0a.10097.3525d...@pb1.pair.com... > Hi there, > > i switch to PHP5.3 and now PSPELL is no more working. I read the docu and > found that i must use PHP_Enchant from now. > > But everytime i try to use is PHP gets an error: > > "Unable to load dyn