Re: [PHP] mysql_connect issue

2003-03-14 Thread Philip J. Newman
try mysql_connect("loghost:3306","$username","$password"); - Original Message - From: "Steve Shead" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 15, 2003 12:14 PM Subject: [PHP] mysql_connect issue > I'

[PHP] mysql_connect issue

2003-03-14 Thread Steve Shead
I'm trying to get a small PHP based log reader to run but get this error every time: Fatal error: Call to undefined function: mysql_connect() in /var/www/html/weblog/weblog.php on line 58 Here is the PHP I'm using ... does anyone know what is happening here? Radu Solea Contributor: H