vinnymack Posted April 1, 2007 Share Posted April 1, 2007 Hi I am a Graphic designer and I know HTML. I just bought an osCommerce php website. I was wondering if its possible to edit php in Dreamweaver by seeing the graphics? When I go to the design mode all I see is code. yes I understand a bit of code but I need to see it while editing. Is this possible like a WYSIWYG type thing??? Thank you for your help! Link to comment https://forums.phpfreaks.com/topic/45144-solved-help-graphic-designer-trying-to-edit-php/ Share on other sites More sharing options...
Full-Demon Posted April 1, 2007 Share Posted April 1, 2007 No, since PHP is server-side, you will need to compile it before you can see the result. HTML, JS, CSS and all that stuff is client-side. You can view your php page on your own machine by installing a server. You can install a server for windows here: http://www.wampserver.com/ For linux you need to find a little guide which will explain what files you need to install. Full-Demon Link to comment https://forums.phpfreaks.com/topic/45144-solved-help-graphic-designer-trying-to-edit-php/#findComment-219149 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.