Current Page: 1 of 1
Results 1 - 1 of 1
17 years ago
n00bneedshelp
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
Current Page: 1 of 1