Re: [PHP-WIN] mssql functions - command line

2004-12-07 Thread Cenk Uysal
is there any other php.ini for command line execution??? --- Robert Twitty <[EMAIL PROTECTED]> wrote: > Make sure the php.ini file used by the PHP command line interpreter > has > > extension=php_mssql.dll > > The php.ini file used by PHP under Apache probably has this already > specified. You

Re: [PHP-WIN] mssql functions - command line

2004-12-07 Thread Cenk Uysal
ok, i found the answer. although i could not find the reason, u have to load php_mssql.dll dynamically from the code with following line(it is not enough to set from php.ini): dl("php_mssql.dll"); but do not forget to put the DLL in directory C:\php4 .This is the default directory for dl() fun

Re: [PHP-WIN] mssql functions - command line

2004-12-07 Thread Robert Twitty
Make sure the php.ini file used by the PHP command line interpreter has extension=php_mssql.dll The php.ini file used by PHP under Apache probably has this already specified. You can also just simply copy the php.ini for Apache over the the one used for command line execution. -- bob On Tue, 7

[PHP-WIN] mssql functions - command line

2004-12-07 Thread Cenk Uysal
hi, php: 4.3.3 apache: 1.3.24 mssql: sql 2000 server os: windows 2000 i try to run a php script from command line. it contains some mssql functions. when i call it by browser, everthing works fine. but when i call the same script from command line i get the error message: Fatal Error: Couldn't f

[PHP-WIN] mssql functions not working properly

2002-07-22 Thread David Elliott
Greetings All, I posted this on Friday but now I have cut it down to make it readable and stand alone W2K server MS SQL 2000 PHP 4.2.1 (in CGI mode) I have a valid bit of SQL, but PHP does not correctly run it below is bit of code ==8<==

RE: [PHP-WIN] MSSQL Functions

2001-08-13 Thread Flint Doungchak
g. It needs the client drivers to run properly. -Flint -Original Message- From: John Meyer [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 12:05 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] MSSQL Functions Just a quick question on the MSSQL functions: are they unsupported in the

[PHP-WIN] MSSQL Functions

2001-08-13 Thread John Meyer
Just a quick question on the MSSQL functions: are they unsupported in the CGI version of PHP? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTEC

Re: [PHP-WIN] MSSQL Functions Again

2001-02-08 Thread Frank M. Kromann
Hi Toby, Ther is no difference in how MSSQL Server works on NT or Windows 2000. That goes for both Client and server tools. You should be able to do the same trick (copying ntwdblib.dll to winnt\system32) on a Windows 2000 maschine. You will get IIS5 on Windows 2000 where yoy have IIS4 on NT.

[PHP-WIN] MSSQL Functions Again

2001-02-08 Thread Toby Miller
Hey all, Actually, Frank might know this, but I was wondering if anyone is using the MSSQL functions on Win2000 instead of NT. If so, are you using an installation of MSSQL Server to allow your MSSQL functions to work or did you just copy the DLL's (like Frank suggested in my earlier post). I

[PHP-WIN] Re: [PHP] RE: [PHP-WIN] MSSQL Functions

2001-02-07 Thread Frank M. Kromann
ich one. If Frank see this, he >might be able to give you some detailed insight. I just know it has to be >installed. > >-Flint > >-Original Message- >From: Toby Miller [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, February 07, 2001 4:04 PM >To: [EMAIL PROTECTED];

RE: [PHP-WIN] MSSQL Functions

2001-02-07 Thread Flint Doungchak
iller [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 4:04 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-WIN] MSSQL Functions Hey all, I've got a question about using the MSSQL Functions. The only way I've been able to use them is to install Microsoft SQL Client on

[PHP-WIN] MSSQL Functions

2001-02-07 Thread Toby Miller
Hey all, I've got a question about using the MSSQL Functions. The only way I've been able to use them is to install Microsoft SQL Client on the web server. Is there any way to get around this to use the MSSQL Functions without installing a copy of Microsoft SQL Client? Right now I am using the