Click to See Complete Forum and Search --> : PHP in Dreamweaver MX


trubadboyz
06-26-2003, 09:55 AM
Hey guys,

I'm pretty new to dreamweaver but I heard that you can design php web sites or forums using Dreamweaver. Is there any truth in this and can someone point me in the right direction.

mzanimephp
06-26-2003, 05:24 PM
Yes and no. Dreamweaver MX merely supports PHP web development. It colors PHP tags in code view, plus it will allow you to quickly throw in predefined PHP variables.

But it will by no means do all of the coding for you. You can make a PHP web site, (or a more complex, forum) but most of the bare bones code you'll have to put in yourself. DWMX can do lots regarding HTML, but the dynamic aspect of it, is mostly your own work.