> on the remote host's server as well?
If you are using the remote server as the testing site, then
this would be
your only option.
> If yes, how?
Depends on your coding model. If LAMP, then your host may
provide tools for
working with MySQL (e.g., PHPMyAdmin, or MySQL console). If
ASP/Access,
then you can create the database locally, and just upload it.
Make sure if
you are doing the latter that you either use a DSN-less
connection to the
database, or you have the host mount a Data Source Name for
you.
> Here is another question, what is the consideration of
setting up WEB
> SERVER
> in local computer and remote host's server? I don't know
whether should i
> build
> up web server in local system or remote host's server.
If you are using the remote host as a testing server, then
you have to FTP
everything to the remote site to test it. If you are using a
local
webserver, you can *still* have the database located on the
remote host, but
you would transfer files by network copy not by FTP. It's
just more
convenient, for example, when you want to preview a page.
> As what i said, build up
> own web server for company website, if local computer is
big enough, and
> create
> web server on remote host's server for personal website.
Correct?
Are you asking about actually serving the production site to
the web? Don't
even think of doing that locally. If that's not what you are
talking about,
then I don't think I follow this question.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Stephen Seng" <webforumsuser@macromedia.com> wrote in
message
news:g72c6h$c7p$1@forums.macromedia.com...
> ok, let say i want to create dynamic HTML and database
to store info. I
> have
> successfully set up testing server on the remote host's
server. Now, where
> should i create database? on the remote host's server as
well? If yes,
> how?
>
> Here is another question, what is the consideration of
setting up WEB
> SERVER
> in local computer and remote host's server? I don't know
whether should i
> build
> up web server in local system or remote host's server.
As what i said,
> build up
> own web server for company website, if local computer is
big enough, and
> create
> web server on remote host's server for personal website.
Correct?
>
> If not, can you explain what is difference of create web
server on local
> computer and remote host's server?
>