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

Reply via email to