Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Deploying Dynamic Application

Participant ,
Nov 05, 2007 Nov 05, 2007
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.
TOPICS
Server side applications
309
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Nov 06, 2007 Nov 06, 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 tabl...
Translate
LEGEND ,
Nov 05, 2007 Nov 05, 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



Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 06, 2007 Nov 06, 2007
LATEST
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
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines