RE: [PHP-WIN] Need MSSQL client

2004-06-23 Thread Rafi Sheikh
: Wednesday, June 23, 2004 2:19 PM To: Rafi Sheikh Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Need MSSQL client It's all in the documentation http://php.net/mssql - Frank > Can any one point me to where I could get the client for MSSQL for AIX 5.1, > IBM machine? (I need to compi

[PHP-WIN] Need MSSQL client

2004-06-23 Thread Rafi Sheikh
Can any one point me to where I could get the client for MSSQL for AIX 5.1, IBM machine? (I need to compile PHP with mssql enabled) *** Using PHP 4.3.4 TIA RS This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entit

[PHP-WIN] creating unique data series per category

2004-04-21 Thread Rafi Sheikh
Hi List, does any one know how to create unique data series (arrays) per given category? For example: I would like to have a stacked bar graph hence needing series of data that belongs to each category in my category column. An example would be, number of tickets by client over 6 months. I do n

[PHP-WIN] extensieadons_dir= not being read and yes it is uncommented

2004-03-05 Thread Rafi Sheikh
Hello List. I uam using: apache 1.3.29, php 4.3.4, MySql 1.3 on WIN2K-Pro My php install (and extensions dir) is under c:\php. However, in php.ini (located under WINNT\php.ini) I point the extensions directory to c:\php\extensions, the php_info() lists extensions_dir=c:\php4 (does not read or

[PHP-WIN] gd error

2004-02-27 Thread Rafi Sheikh
I am trying to use jpgrap with php. For that I need gd enabled. Following is from my php.ini-as you can sees, it is listed. However, I do not see gd related info when I run php_info() ; Directory in which the loadable extensions (modules) reside. extension_dir = "c:\php" extension=php_gd2.dll