Skip to main content
Inspiring
November 5, 2007
Answered

Deploying Dynamic Application

  • November 5, 2007
  • 2 replies
  • 314 views
I have been 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.
This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer Newsgroup_User
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

2 replies

Newsgroup_UserCorrect answer
Inspiring
November 6, 2007
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
Inspiring
November 5, 2007
"fbcojman" <webforumsuser@macromedia.com> wrote in message
news:fgo242$f88$1@forums.macromedia.com...
> I have creating a content management system for my sites using PHP and
> MSSql

you men MySQL not Microsoft SQL Server right?

> 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

please tell us what you've found so far

> to launch everything to the web. Is there a good tutorial or step-by-step
> instruction anywhere? Thanks in advance.

Setting up a PHP development environment for Dreamweaver
http://www.adobe.com/devnet/dreamweaver/articles/setting_up_php.html