[PHP-DB] Re: Dreamweaver as PHP editor

2003-12-15 Thread Massimo Foti
"Susi Sloan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm just getting into PHP, and have found that as a PHP code editor, > Dreamweaver works pretty well (with the extension I installed). My question > is this, whenever I save an include file with the .inc extension, all of th

[PHP-DB] Re: Dreamweaver as PHP editor

2003-12-02 Thread Philippe Saladin
you could name your files *.inc.php - DW would see them as php files - and it can be safer (look if an internaut asks for the url www.yoursite.com/config.inc : he will see the source code...) Regards, Philippe "Susi Sloan" <[EMAIL PROTECTED]> a écrit dans le message news: [EMAIL PROTECTED] > I'