From: Vince Bravdica Date: February 14 2007 3:48am Subject: Can't seem to connect to MySQL Server List-Archive: http://lists.mysql.com/php/6 Message-Id: <200702140351.l1E3pISu019114@srv01.vwebr.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0B5A_01C74FB0.44FF02F0" ------=_NextPart_000_0B5A_01C74FB0.44FF02F0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit When entering the following, I do not get a response in any fashion from the developmental server on my system, just a blank page. Any ideas how I can complete the connection? MySql "; mysql_select_db("$dbName") or die("Could not select database"); print "Database selected successfully
"; mysql_close($link); ?> Vince Bravdica _____ I am using the free version of SPAMfighter for private users. It has removed 2457 spam emails to date. Paying users do not have this message in their emails. Try SPAMfighter for free now! ------=_NextPart_000_0B5A_01C74FB0.44FF02F0--