Php script installation help needed?

Chris Spectre

New member
Trying to install a script that i have used succesfully in the past, but am now having a problem.
I get the following error message:
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/cashclim/public_html/fence/index.php on line 31

Line 31 is the LAST line of this bit of code:

<blockquote>
<p><strong> </strong>Be sure these reflect where your server:<br>
<br>
$emailAdmin = <strong><?php echo $emailAdmin; ?></strong> <br>
$languageFile = <strong><?php echo $languageFile; ?></strong><br>
$urlPath = <strong><?php echo $urlPath; ?></strong><br>
</p>
</blockquote> (THIS IS LINE 31)

Any ideas what's wrong?
Edit: The script is also complaining about abother line of code:

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/cashclim/public_html/fence/inc_navigation.php on line 7

LINE 7:

mysql_select_db($database_localhostConnection, $localhostConnection);

Thanks for your suggestions but the DB does exist and it is connecting to it. Any other thoughts?
 
Back
Top