Hi,
I'm assuming that the page you are putting this code in, is in your root directory?
Is the actual database folder with a capital c or small-case c (case-sensitivity)?
Are you getting any errors?
Also, why not try putting the Connections folder in the root directory, then change the code to
Quote:
|
<?php require_once('Connections/mydatabase.php'); ?>
|