RE: [PHP-DB] MySql Help needed

2003-03-30 Thread Peter Lovatt
] Sent: 30 March 2003 04:12 To: [EMAIL PROTECTED] Subject: [PHP-DB] MySql Help needed Greetings! I am building an application in PHP and am creating a global $connect_id for MySql. I have MySql on a separate machine and am using the connect like this: $server = development.myservermachine.net

[PHP-DB] MySql Help needed

2003-03-29 Thread Sparky Kopetzky
Greetings! I am building an application in PHP and am creating a global $connect_id for MySql. I have MySql on a separate machine and am using the connect like this: $server = development.myservermachine.net; $username = myname; $password = mypassword; $connect_id = mysql_connect($server,