Mindman
06-10-2005, 05:50 PM
Here's my setup:
I develop my PHP pages offline with an Apache testing server, then I upload them to my Web host. I'm starting to use SQL though now, and I'm already starting to see that it's going to be a pain to create a separate database offline from the one I will be using online, because I'd like to see the same contents even when I'm developing on my testing server to keep it simple and accurate on both sides.
It would seem to me that there should be a way to get PHP to connect to the online database when working on my testing server, or some way to keep the online and offline SQL databases perfectly in sync. If ANYONE can help, it would be GREATLY appreciated. :)
I develop my PHP pages offline with an Apache testing server, then I upload them to my Web host. I'm starting to use SQL though now, and I'm already starting to see that it's going to be a pain to create a separate database offline from the one I will be using online, because I'd like to see the same contents even when I'm developing on my testing server to keep it simple and accurate on both sides.
It would seem to me that there should be a way to get PHP to connect to the online database when working on my testing server, or some way to keep the online and offline SQL databases perfectly in sync. If ANYONE can help, it would be GREATLY appreciated. :)