i need to do this
$link = mysql_connect("remote host", "mysql_user", "mysql_password") or die("Could not connect: " . mysql_error()); how is that ??? do i have to put the same function ? or is diferent? ----- Original Message ----- From: "Bryan Lipscy" <[EMAIL PROTECTED]> To: "'Luis A'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, February 25, 2003 4:57 PM Subject: RE: [PHP] how___?? > RTM first please: > http://www.php.net/manual/en/function.mysql-connect.php > > $link = mysql_connect("localhost", "mysql_user", "mysql_password") or > die("Could not connect: " . mysql_error()); > > Replace localhost with the hostname of your mysql server. > > > > -----Original Message----- > From: Luis A [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 25, 2003 1:34 PM > To: [EMAIL PROTECTED] > Subject: [PHP] how___?? > > > hlelooooooww>) > > i need some one can help me please? > > i need to make this quine of conection > > for example > > i want to connect to a remote mysql server > > i realy apreciate if some one can help me > > please? > > >) > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php