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] Session_start() not working

2004-12-07 Thread S.D.Price
Hi can anyone help me, I have moved my application from a Unix server to a Windows based server but suddenly I don't seem able to use sessions I get Warning: session_start() [function.session-start ]: open(C:\PHP\sessiondata\sess_60e5549c6f6404994f9a7a

Res: Re: Res: [PHP-WIN] Need to do graph. Where do I start?

2004-12-07 Thread Ricardo Oliveira
Hi, You can download the class at :http://www.aditus.nu/jpgraph/index.php there are amny tutorials on the site, and with the package.   Best Regards, Ricardo Oliveira    ---Mensagem original---   De: Ankur Dave Data: 12/07/04 01:10:25 Para: Ricardo Oliveira Cc: [EMAIL PROTECTED] Assu

[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