!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>dbtest.php</title>
</head>
<body>
<H3> dbtest.php </H3>
<html>
<head>
<title>dbtest.php</title>
</head>
<body>
<H3> dbtest.php </H3>
Code:
<?php
//include("../php_lib.php");
$debug=0;
$dbserver = "localhost";
$dbuser = "root";
$dbpassword = "trontron";
$dbname = "adr";
print "Jetzt kommt mysql_connect<BR>";
[u]@mysql_connect($dbserver, $dbuser, $dbpassword) or die("mysql_connect gescheitert");[/u]
print "Das war mysql_connect<BR>";
?>
</body>
</html>