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?
<!doctype html public "-//W3C//DTD HTML 4.0 //EN">
<html>
<head>
<title>MySql</title>
</head>
<body>
<?php
$dbServer='localhost';
$dbUser='root';
$dbPass='';
$dbName='test';
$link = mysql_connect("$dbServer", "$dbUser", "$dbPass") or die("Could not
connect");
print "Connected Successfully<br>";
mysql_select_db("$dbName") or die("Could not select database");
print "Database selected successfully<br>";
mysql_close($link);
?>
</body>
</html>
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 <http://www.spamfighter.com> for free now!
| Thread |
|---|
| • Can't seem to connect to MySQL Server | Vince Bravdica | 14 Feb |