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
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
- 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
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