Forum: PHP Apr 26th, 2009 |
| Replies: 5 Views: 582 'DATABASE_SERVER' => 'db.aa.0000000.hostedresource.com',
are you sure you need to specify the full host name while connecting ? Have you checked with your webhost ? |
Forum: PHP Feb 12th, 2007 |
| Replies: 13 Views: 3,842 Would the first site's database get updated frequently.
If not you can achieve good performance if you run a cron script to transfer content from the first site's database to your other server... |