Please read the online documentation at http://www.php.net

Also read through examples at http://www.zend.com/tips/tips.php?CID=113

And before you ask another question please read:
http://www.catb.org/~esr/faqs/smart-questions.html

Each of these pages may be translated at http://babel.altavista.com

Bryan


-----Original Message-----
From: Luis A [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 25, 2003 2:16 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] how___??


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


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to