php-general | 2003022
Date: 02/25/03
- Next message: Philip Hallstrom: "[PHP] Re: $_POST arrays not evaluated in sql statement -- why?"
- Previous message: CF High: "[PHP] $_POST arrays not evaluated in sql statement -- why?"
- In reply to: Bryan Lipscy: "RE: [PHP] how___??"
- Next in thread: Jason Wong: "Re: [PHP] to Bryan Lipscy Re: [PHP] how___??"
- Reply: Jason Wong: "Re: [PHP] to Bryan Lipscy Re: [PHP] how___??"
- Reply: Ernest E Vogelsinger: "Re: [PHP] to Bryan Lipscy Re: [PHP] how___??"
- Maybe reply: Steve Jackson: "RE: [PHP] to Bryan Lipscy Re: [PHP] how___??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
MEN I DONT HAVE INTERNET ACCESS
thanks anyway
if some one else can help m e please????
----- Original Message -----
From: "Bryan Lipscy" <x427279616e <email protected>>
To: "'Luis A'" <webmaster <email protected>>;
<php-general <email protected>>
Sent: Tuesday, February 25, 2003 6:16 PM
Subject: RE: [PHP] how___??
> 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:webmaster <email protected>]
> Sent: Tuesday, February 25, 2003 2:16 PM
> To: php-general <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" <x427279616e <email protected>>
> To: "'Luis A'" <webmaster <email protected>>;
> <php-general <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:webmaster <email protected>]
> > Sent: Tuesday, February 25, 2003 1:34 PM
> > To: php-general <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
- Next message: Philip Hallstrom: "[PHP] Re: $_POST arrays not evaluated in sql statement -- why?"
- Previous message: CF High: "[PHP] $_POST arrays not evaluated in sql statement -- why?"
- In reply to: Bryan Lipscy: "RE: [PHP] how___??"
- Next in thread: Jason Wong: "Re: [PHP] to Bryan Lipscy Re: [PHP] how___??"
- Reply: Jason Wong: "Re: [PHP] to Bryan Lipscy Re: [PHP] how___??"
- Reply: Ernest E Vogelsinger: "Re: [PHP] to Bryan Lipscy Re: [PHP] how___??"
- Maybe reply: Steve Jackson: "RE: [PHP] to Bryan Lipscy Re: [PHP] how___??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

