Re: [PHP-WIN] SQL Server stored procedures and functions

2001-05-22 Thread Pavel Kalian
It sure can. example: $result = mssql_query("execute your_proc '$your_var', $another_var"); note that you will probably have to go with the CGI version under IIS as the ISAPI one is EXTREMELY unstable when used with MS SQL Server in my experience. Pavel - Original Message - From: "Scot

[PHP-WIN] Re: [PHP] session handling

2001-03-28 Thread Pavel Kalian
Sorry, hit the submit button too soon :-) The session.save_path must exist on your system. Try session.save_path = C:\winnt\temp (if you're on NT/2000) or C:\windows\temp instead of /tmp Pavel - Original Message - From: "Pavel Kalian" <[EMAIL PROTECTED]> To: &quo

[PHP-WIN] Re: [PHP] session handling

2001-03-28 Thread Pavel Kalian
- Original Message - From: "[Inf] F!RE-WALL" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 28, 2001 12:10 PM Subject: [PHP] session handling > Every time I want to initiate a session i get this: > > Warning: open(/tmp\sess_b18426d4011c38e033bd0ed54bd2d2f1, O_RDWR) f

Re: [PHP-WIN] Error with Sessions please help

2001-01-16 Thread Pavel Kalian
Robert, modify your session.save_path directive in PHP.INI to point to an existing directory, for example c:\winnt\temp Pavel - Original Message - From: "Robert Trembath" <[EMAIL PROTECTED]> To: "PHP List" <[EMAIL PROTECTED]> Sent: Tuesday, January 16, 2001 3:37 PM Subject: [PHP-WIN] Err