fbcojman wrote:
> I have creating a content management system for my sites
using PHP and MSSql
> and now need to deploy it to my hosting servers. I have
been using PHPMyAdmin
> to help with the back-end setup, but nothing i can find
so far has shown me how
> to launch everything to the web. Is there a good
tutorial or step-by-step
> instruction anywhere? Thanks in advance.
>
Sounds like you need to move your local database to your
remote
database, so you need to first export all your tables and
views and
import them into your remote database, then you will want to
upload your
files to your remote host, and configure your connection
string so that
it now points at your remote database.
Steve