Forum: PHP Apr 26th, 2009 |
| Replies: 5 Views: 586 '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: IT Professionals' Lounge Jan 8th, 2008 |
| Replies: 7 Views: 1,230 C,C++ would be an ideal start but you will find many advising either RoR or Php |
Forum: PHP Feb 12th, 2007 |
| Replies: 13 Views: 3,844 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... |