Date: 07/25/02
- Next message: leo g. divinagracia iii: "Re: [PHP-DB] Split Fields into 2 Tables or All in One?"
- Previous message: Cornelia Boenigk: "Re: [PHP-DB] Struggling with PG SQL and Large Objects"
- In reply to: M. Couto: "[PHP-DB] Connect to MySql DB on diferent domain"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
first, get a user account on that DB outside your domain.
then when making the connections, just use that on the mysql_connection ()
function...
should be no different that using LOCALHOST... the trick is the user
account with the appropriate (and should be limited) rights...
"M. Couto" wrote:
> Hi,
>
> Im using PHP 4.0 and MySQL and I have a PHP procedure on one site that
> need to connect to a MySql database outside this domain, I need to
> append records in a database on a different domain. How can I do this?
>
> I will apreciate if anyone give me some help or a simple example how
> to do this?
>
>
-- Leo G. Divinagracia III ldivinag <email protected>-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: leo g. divinagracia iii: "Re: [PHP-DB] Split Fields into 2 Tables or All in One?"
- Previous message: Cornelia Boenigk: "Re: [PHP-DB] Struggling with PG SQL and Large Objects"
- In reply to: M. Couto: "[PHP-DB] Connect to MySql DB on diferent domain"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

