Ok guys here is the spill,
Here is the script I am using as suggested by MYSQL to connect to the database...
...and I have placed them in full<?php tags!
"$link = mysql_pconnect('localhost', 'root', 'rubberchicken');
if (!$link) {
die('Not connected : ' . mysql_error());
}
// make foo the current db
$db_selected = mysql_select_db('cadets', $link);
if (!$db_selected) {
Forum:
WampServer English