RE: [PHP-DB] Connecting to a remote server?

2004-11-29 Thread Bastien Koert
instead of 'localhost' use the ip address of the server bastien From: "Chris Payne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: [PHP-DB] Connecting to a remote server? Date: Mon, 29 Nov 2004 18:09:06 -0500 Hi there everyone, I have written a program in

RE: [PHP-DB] Connecting to a remote server?

2004-11-29 Thread Neal Carmine
Corporation -Original Message- From: Chris Payne [mailto:[EMAIL PROTECTED] Sent: Monday, November 29, 2004 4:09 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Connecting to a remote server? Hi there everyone, I have written a program in PHP with MySQL as the DB backend, It works great but I

[PHP-DB] Connecting to a remote server?

2004-11-29 Thread Chris Payne
Hi there everyone, I have written a program in PHP with MySQL as the DB backend, It works great but I need to be able to connect to a remote MySQL DB server for an Updates system I’ve written, how do I connect to a remote MySQL server with PHP? I’ve only ever done it with localhost. Thanks