matthew stuart wrote:
> I guess ASP may be the easiest to learn because all you
need to do is insert
> your windows XP disk an install IIS (Internet
Information Services). This
> enables you to serve ASP pages locally for testing.
That makes ASP easy to install, but ease of installation does
not
necessarily mean ease of learning.
> learning it
> is a different kettle of fish which is why I say get a
book. The current books
> seem to be mainly php with MySQL, but the older books
seem to be ASP with
> Access or MySQL.
There's a very good reason for that. Microsoft stopped
developing ASP in
2000. Although ASP is widely supported, and will continue to
be for the
foreseeable future, it's a technology that's going nowhere.
Anyone just
starting out to learn how to build a database-driven website
would be
better advised to learn one of the technologies that remain
in active
development. That means ASP.NET - which has a steeper
learning curve
than ASP - ColdFusion, or PHP.
Another important consideration is which database to use.
Access is not
designed to be used on a website. It works fine for small
websites that
don't get many visitors, but it creates bloated files, and
locks up when
traffic increases. Although MySQL and Microsoft SQL Server
are more
difficult to learn, they are a much better option for a
website.
I'm biased in favour of PHP and MySQL because I write books
about them,
but I would seriously advise Jedi7 to choose anything other
than Access/ASP.
--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of
ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/