pault Posted June 24, 2010 Share Posted June 24, 2010 I am a web designer, used to using HTML and CSS in Dreamweaver who is now learning PHP and MySQL. I am using a PHP program to create the PHP pages though as I find it better than Dreamweaver. As I like to see the page visually as I design it, I would prefer to continue creating the forms and other pages in Dreamweaver and the PHP in the editor. What I have been doing as I am learning is creating the forms in DW and using an "include" to bring them into the PHP, separating the design from the coding. Before I get too deep into a routine, is this the best way to go about it? Are there any problems with this approach? Thanks for any advice. Quote Link to comment https://forums.phpfreaks.com/topic/205726-using-dreamweaver-to-create-forms-and-then-include/ Share on other sites More sharing options...
trq Posted June 24, 2010 Share Posted June 24, 2010 I wouldn't necessarily call it the best way as its all a matter of personal opinion. There's nothing wrong with the approach however and if it works for you, go for it. Quote Link to comment https://forums.phpfreaks.com/topic/205726-using-dreamweaver-to-create-forms-and-then-include/#findComment-1076549 Share on other sites More sharing options...
LogoVendor Posted June 28, 2010 Share Posted June 28, 2010 why to use Dreamweaver? the modern website are build without this kind of application. My advice: use Photoshop and Html/Php. With Dreamweaver you will have many problems with browsers compatibility. Quote Link to comment https://forums.phpfreaks.com/topic/205726-using-dreamweaver-to-create-forms-and-then-include/#findComment-1078293 Share on other sites More sharing options...
pault Posted June 30, 2010 Author Share Posted June 30, 2010 I use Dreamweaver because I've used it for years and know it well. Thanks for the advice anyway. I think I am verging towards designing the form's appearance in Dreamweaver and then pasting the code into the PHP page in phpDesigner. That seems to work well. Quote Link to comment https://forums.phpfreaks.com/topic/205726-using-dreamweaver-to-create-forms-and-then-include/#findComment-1079105 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.