[PHP] Pspell on win32 platform

2004-12-16 Thread Ethan Nelson
r. Permissions look like they are working. A phpinfo() command shows that I have php4.3.10 with pspell enabled. However, when I run the command pspell_check($pspell_link, "testt") in my web scripts, the page appears to header redirect on itself indefinitely. Please help. -Ethan Nelson, Modulus, LLC

RE: [PHP] ODBC text file connection problem

2002-09-10 Thread Ethan Nelson
er "text driver limitations" that I should be able to run select statements using the odbc_exec command. http://support.microsoft.com/default.aspx?scid=kb;en-us;Q178717 Anyone know of any really good ODBC resources? -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTE

RE: [PHP] ODBC text file connection problem

2002-09-10 Thread Ethan Nelson
in \ ***:\***\***\***\basecsv2.html on line 53 -Ethan -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 12:03 PM To: Ethan Nelson; [EMAIL PROTECTED] Subject: RE: [PHP] ODBC text file connection problem [snip] As you can see, If I'

RE: [PHP] ODBC text file connection problem

2002-09-10 Thread Ethan Nelson
can't guarantee the format of the csv in any way that is easy to work with... for instance, the first data line might look like this: "2","Ethan Nelson","My favorite quote is ""To hell with them"".","just a test"\r\n As you can se

[PHP] ODBC text file connect problem

2002-09-10 Thread Ethan Nelson
Good morning... I've got one for ya. I've been trying to conenct to a csv text file (comma delimited, \r\n row separators, and " text qualifiers) using the odbc_connect command and then run simple select statements through it. It doesn't work and I'm at a loss for why. Here's the meat (I re

[PHP] ODBC text file connection problem

2002-09-10 Thread Ethan Nelson
Good morning... I've got one for ya. I've been trying to conenct to a csv text file = (comma delimited, \r\n row separators, and " text qualifiers) using the = odbc_connect command and then run simple select statements through it. = It doesn't work and I'm at a loss for why. Here's the meat (I

[PHP] PDF bug question?

2002-03-29 Thread Ethan Nelson
or("$pdf","fill","cmyk",.73,.26,.05,0); I'm using php 4.05 RC1. I know there was a bug about the last options being required but ignored for color options, such as RGB, that doesn't make use of them, but I don't know of one re

[PHP] Get rid of da Zero's

2001-01-25 Thread Ethan Nelson
>I need to format decimals that are percise to the second place in the >following format: > >4.00 to 4 >4.50 to 4.5 >4.25 to 4.25 > >As you can see, I just want to drop the trailing zeros, and if necessary the >decimal. > >Thanks > >__

[PHP] Question about dopping zeros

2001-01-25 Thread Ethan Nelson
I need to format decimals that are percise to the second place in the following format: 4.00 to 4 4.50 to 4.5 4.25 to 4.25 As you can see, I just want to drop the trailing zeros, and if necessary the decimal. Thanks ___ Ethan Nelson, Systems Administrator Net

php-general@lists.php.net

2001-01-25 Thread Ethan Nelson
Hello, I've got 4.25, 4.50 and 4.00. I want to format them so that they give back 4.24, 4.5 and 4 I've already seen a pattern replacement that looks close to what I want, but not quite. Thanks ahead of time Ethan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMA