[PHP-WIN] MS SQL Server

2005-03-08 Thread Charles P. Killmer
Anyone know how to connect to a SQL Server through PHP using Windows Auth instead of SQL Auth? Charles Killmer Netgain Technology [EMAIL PROTECTED] Office: (320) 251-4700 ext 107

[PHP-WIN] Re: Can't use php-soap in windows enviroment?

2005-03-08 Thread M. Sokolewicz
[EMAIL PROTECTED] wrote: First of all, I'd like to thanks everybody in advance. Actually I've got a winlamp distribution of php 5 in a web server. My need is to use the php-soap functions to implement soap webservices (server) but in php-soap specification is shown I need php configured with

SV: [PHP-WIN] unlink problem

2005-03-08 Thread Joakim Ling
Ok, but like I said before it's not the permission on the file that's the problem (I think), it works fine when I'm trying to unlink from a "normal" page that's not a Dialog. del.php It seems more like a HTTP deny in PHP or something. (The file is uploaded in the same dialog) -Ursprun

RE: [PHP-WIN] unlink problem

2005-03-08 Thread Mike
That bit of code really doesn't help us at all, but my guess is that the user PHP is running as doesn't have permissions to delete from the D:\ drive. To work around it give that user permissions to delete from that location. It might also be helpful to give us the contents of del.php. -M > --

SV: [PHP-WIN] unlink problem

2005-03-08 Thread Joakim Ling
It works fine thru an iframe thats not in a Dialog, so its not a permission problem on the file. I'm running IIS6 php 5.0.3 on Win2003. Anyone experience this before? -Ursprungligt meddelande- Från: George Pitcher [mailto:[EMAIL PROTECTED] Skickat: den 8 mars 2005 15:44 Till: Joakim Lin

[PHP-WIN] unlink problem

2005-03-08 Thread Joakim Ling
Hi When I'm trying to delete a file in a Dialog I receive this strange error "HTTP does not allow unlinking in "d:\del.php on line 20". Can I work around this? showModalDialog('del.php?file=foo.txt',null,'dialogHeight:250px; dialogWidth:366px; resizable:no; status:no'); thanks

[PHP-WIN] Can't use php-soap in windows enviroment?

2005-03-08 Thread davide
First of all, I'd like to thanks everybody in advance. Actually I've got a winlamp distribution of php 5 in a web server. My need is to use the php-soap functions to implement soap webservices (server) but in php-soap specification is shown I need php configured with -enable-soap to use any

Re: [PHP-WIN] Session Variables

2005-03-08 Thread Richard Duval
I checked out the PHP.ini file last night and noticed that there was a section: ; Initialize session on request startup. session.auto_start = 0 I changed it to 1 and now I seem to have session data but this has created another problem. It saves the sessions in a subdirectory "C:\PHP\sessiondat