Bradley Coots wrote:
Hey matthew and thanks for your reply. Is it simply accessing the database on my server instead of his a performance issue? Or is there alot of other probelms as well?
For starters, your server's database is very likely to be locked down at the firewall level, preventing direct access (which would be easiest, since you could literally connect to it by changing the Joomla! config). Most responsible ISPs lock them down to prevent hackers from running brute force assaults directly on your DB, however, and that is a very wise practice.
Assuming you could get around the DB issues, however, you indicated that your friend's version of PHP was also wrong (or that it was not configured properly), and that is a much harder thing to get around. You could always run the site on your server, and try to access it as a Web service from your friend's server, but that code would be complex, you would be more than doubling your bandwidth requirements, and you would be introducing extra latency into the system.
Perhaps if I knew more about why you were trying to accomplish this I could offer more insight, but with literally hundreds of budget minded hosting options that are ready to run Joomla! out of the box, I am having trouble imagining why someone would need to try to do this (unless it is for an intranet app, or something like that maybe. . .)