Posts: 1,832
Location: Somewhere else entirely
|
Bear in mind that while dreamweaver can give you a page preview of the HTML as you type it, it won't do so well with serverside code, since the code actually needs to run, and might have different outcomes depending on time of day or database contents. Still, Dreamweaver does have facilities for writing code in these languages. HTML is a markup language and describes the page content, while PHP and ASP are full programming languages, mainly used to generate HTML.
You can run PHP on windows servers, and there are varieties of ASP that run under UNIX too.
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';
Please login or register to view this content. Registration is FREE (aka MSN handwriting for forums)
|