Hi - I have a form on my site that needs to connect to database. It does this by the standard procedure of using a .php script above the webspace.
My problem is that on my pc Actinic is processing this as a relative link so I get an error message telling me that the file does not exist on my PC. The code I want to use is:
Is there a way to stop it processing this as a relative link?
My problem is that on my pc Actinic is processing this as a relative link so I get an error message telling me that the file does not exist on my PC. The code I want to use is:
<?php require_once ('../../mysql_connect.php'); ?>
Comment