Hello, I hope somebody can assist. I am using dreamweaver 8, Mysql, PHP5 for a simple we application. After using the dreamweaver wizard to make a connection, then created a recordset. Trouble starts when I use require_once(connections/ConnSAFDEM) to link to the database connection file. I get the error below. If I hand code the connection and recordsets things work fine as long as I am not using the require, require_once, include functions. I installed PHP recently on IIS (manual installation). I am wondering if I am mssing something which is stopping those functions to work? Warning: require_once(Connections/connSAFDEM.php) [ <http://localhost/safdem_web/Admin/function.require-once> function.require-once]: failed to open stream: No such file or directory in c:\Inetpub\wwwroot\safdem_web\Admin\add_vacancy.php on line 1 Fatal error: require_once() [ <http://localhost/safdem_web/Admin/function.require> function.require]: Failed opening required 'Connections/connSAFDEM.php' (include_path='.;C:\php5\pear') in c:\Inetpub\wwwroot\safdem_web\Admin\add_vacancy.php on line 1