Hi All,

 

Is there an equivalent to Server.MapPath("MyDir\MyLocation") in php?  I've
looked in the docs and don't seem to find it.  I did find a reference to;

 

$db = '////server//path';

But I get errors.

 

I am connecting to an access db for testing and I'm using an ADO connection.

$db =  "C:\\inetpub\\wwwroot\\proto1\\data\\example_one.mdb";

$conn->Open("DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=".$db);

 

I would like to make the $db a virtual path.

 

alex hogan

 



****************************************************************** 
The contents of this e-mail and any files transmitted with it are 
confidential and intended solely for the use of the individual or 
entity to whom it is addressed.  The views stated herein do not 
necessarily represent the view of the company.  If you are not the 
intended recipient of this e-mail you may not copy, forward, 
disclose, or otherwise use it or any part of it in any form 
whatsoever.  If you have received this e-mail in error please 
e-mail the sender. 
****************************************************************** 


Reply via email to