srob: mysql_connect()

Beitrag lesen

$verbindung = mysql_connect($host,$user,$passwort);

Fatal error: Call to undefined function: mysql_connect() in /var/www/data.php on line 6

Hallo Koendi,

probier es mal so:

$verbindung = mysql_connect("$host","$user","$passwort");

HTH Robert