Re: [PHP] PHP with IIS

2002-06-24 Thread Dave Leather
ave Leather [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 24, 2002 3:52 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] PHP with IIS > > > OK made some headway... > > Made my network drive that I wanted to access a virtual directory on my > IIS - this is fine, I can now see

RE: [PHP] PHP with IIS

2002-06-24 Thread James E. Hicks III
ut I don't do windows. James -Original Message- From: Dave Leather [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 3:52 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] PHP with IIS OK made some headway... Made my network drive that I wanted to access a virtual directory on m

Re: [PHP] PHP with IIS

2002-06-24 Thread Dave Leather
0ca01c21ba6$b2b36ea0$7432260a@student5830... > > Does the user to which ISS runs under have network permissions to access > p:\ > > ? > > IIRC you need to set up ISUR_machine_name to have permission to the remote > > share. > > > > Andrew > > - Original Me

Re: [PHP] PHP with IIS

2002-06-24 Thread Dave Leather
t; From: "Dave Leather" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, June 24, 2002 6:29 PM > Subject: [PHP] PHP with IIS > > > > Hello all, > > > > I am attempting to open and/or create a DBASE file on a NOVELL network. > > &g

Re: [PHP] PHP with IIS

2002-06-24 Thread Andrew Brampton
ay, June 24, 2002 6:29 PM Subject: [PHP] PHP with IIS > Hello all, > > I am attempting to open and/or create a DBASE file on a NOVELL network. > > When I attemp a command such as > if (!dbase_open("C:\\orders.dbf",2)){ >print "COULD NOT OPEN DB"; >

[PHP] PHP with IIS

2002-06-24 Thread Dave Leather
Hello all, I am attempting to open and/or create a DBASE file on a NOVELL network. When I attemp a command such as if (!dbase_open("C:\\orders.dbf",2)){ print "COULD NOT OPEN DB"; }else{ print "DB WAS OPENED"; } I receive a message that says "DB WAS OPENED - no problem... On my IIS