RE: [PHP] Database connection problem

2002-03-26 Thread Rick Emery
$connect = mysql_connect("localhost","user","password") or die(mysql_error); -Original Message- From: Omland Christopher m [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 7:55 PM To: Cameron Just Cc: [EMAIL PROTECTED] Subject: [PHP] Database connection problem Hi, can anyone hel

RE: [PHP] Database connection problem

2002-03-25 Thread Demitrious S. Kelly
I have no idea what you meant to ask... but instead of an ip address I would use the hostname 'localhost' which most servers are setup by default to understand as 127.0.0.1 (loopback). And you can add an entry to /etc/hosts or C:\windows\hosts or c:\winnt\(?system(?32?)\?)hosts But that's just me