php-windows Digest 7 Dec 2004 15:50:35 -0000 Issue 2499 Topics (messages 25131 through 25134):
mssql functions - command line
25131 by: Cenk Uysal
25134 by: Robert Twitty
Re: Need to do graph. Where do I start?
25132 by: Ricardo Oliveira
Session_start() not working
25133 by: S.D.Price
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---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 find the function mssql_connect() sql client is installed, dll exists in system folder, php.ini mssql extension is set. everthing seems to be ok. do u have any idea? thanks... __________________________________ Do you Yahoo!? All your favorites on one personal page � Try My Yahoo! http://my.yahoo.com
--- End Message ---
--- Begin Message ---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 Dec 2004, Cenk Uysal wrote: > 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 find the function mssql_connect() > > sql client is installed, dll exists in system folder, php.ini mssql > extension is set. everthing seems to be ok. do u have any idea? thanks... > > > > __________________________________ > Do you Yahoo!? > All your favorites on one personal page � Try My Yahoo! > http://my.yahoo.com > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >
--- End Message ---
--- Begin Message ---
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 DaveData: 12/07/04 01:10:25Para: Ricardo OliveiraAssunto: Re: Res: [PHP-WIN] Need to do graph. Where do I start?Hi can you please give me the details what is this "Jpgraph" i wantto draw graph.Please give me enough details.I m new in graph in PHP.On Mon, 6 Dec 2004 23:49:14 +0000 (GMT Standard Time), RicardoOliveira <[EMAIL PROTECTED]> wrote:>>>> Try to use the JPGraph class, with it you can draw any kind of graph you may> need.> Best regards,> Ricardo Oliveira>> -------Mensagem original------->>> De: Ross Honniball> Data: 12/06/04 14:38:48> Para: php windows> Assunto: [PHP-WIN] Need to do graph. Where do I start?>> Hi All,>> Anyone got any experience drawing graphs in php? Just needing a very simple> 'quantity' on the Y axis and 'month' on the X axis at this point, but have> no idea how to do graphs at all.>> Where should I start?>> I'm heading home now (12.30AM here) but looking forward to replies in the> morning.>> Thanks ... Ross> ..> .. Ross Honniball. JCU Bookshop Cairns, Qld, Australia.> ..>> --> PHP Windows Mailing List (http://www.php.net/)> To unsubscribe, visit: http://www.php.net/unsub.php>>>>--Ankur Dave
--- End Message ---
--- Begin Message ---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 <http://www.php.net/function.session-start> ]: open(C:\PHP\sessiondata\sess_60e5549c6f6404994f9a7ae55f0db968, O_RDWR) failed: Permission denied (13) Can anyone tell me which setting I need to change in the script/php.ini file or directory to allow sessions to run. Thanks Steven Price
--- End Message ---
