vd90 Posted December 4, 2014 Share Posted December 4, 2014 Hi Everyone I am new in PHP and when i was trying to see live preview of my one of the PHP site then it was not showing properly. all the formats, color, images were not showing, i don't know whats the problem. Quote Link to comment https://forums.phpfreaks.com/topic/292879-problem-in-dreamweaver-live-view-with-php-site/ Share on other sites More sharing options...
CroNiX Posted December 4, 2014 Share Posted December 4, 2014 If you are learning PHP I would discourage you from using Dreamweaver. It encourages bad practices and produces poor code, which won't help you while learning. That said, the problem most likely is the paths used to your various assets is not correct (css/images/etc). How are you loading them? Can you show some code like where you are using an image or something? 1 Quote Link to comment https://forums.phpfreaks.com/topic/292879-problem-in-dreamweaver-live-view-with-php-site/#findComment-1498504 Share on other sites More sharing options...
Stiver112 Posted December 4, 2014 Share Posted December 4, 2014 Hav you paced your project correctly in the htdocs folder? (if your are using XAMPP) Otherwise try following this guide: http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html Quote Link to comment https://forums.phpfreaks.com/topic/292879-problem-in-dreamweaver-live-view-with-php-site/#findComment-1498519 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.