In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...
> 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?
> 
> Thanks
> Manuel


mysql_connect ( [string server [, string username [, string password [, 
bool new_link]]]])

Providing the remote host will allow it, you can specify it as server in 
the above.

-- 
David Robley
Temporary Kiwi!

Quod subigo farinam

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

Reply via email to