aprilpgb22 Posted June 15, 2011 Share Posted June 15, 2011 Please tell me where to post for help with the wamp (php) and dreamweaver. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/239461-where-to-post-for-dreamweaver-with-php-help/ Share on other sites More sharing options...
Maq Posted June 15, 2011 Share Posted June 15, 2011 Please tell me where to post for help with the wamp (php) and dreamweaver. Thanks. What kind of help are you in need of? Coding , Installation/Configuration, what? Quote Link to comment https://forums.phpfreaks.com/topic/239461-where-to-post-for-dreamweaver-with-php-help/#findComment-1230163 Share on other sites More sharing options...
aprilpgb22 Posted June 16, 2011 Author Share Posted June 16, 2011 I need help with wamp and dreamweaver. Basically, I need help figuring out how to fix the php testing page. it doesn't show up when I test in liveview. I think I could have the testing folders and root folders in the wrong place? Quote Link to comment https://forums.phpfreaks.com/topic/239461-where-to-post-for-dreamweaver-with-php-help/#findComment-1230513 Share on other sites More sharing options...
gristoi Posted June 16, 2011 Share Posted June 16, 2011 Which directory are your files in at the moment? Quote Link to comment https://forums.phpfreaks.com/topic/239461-where-to-post-for-dreamweaver-with-php-help/#findComment-1230529 Share on other sites More sharing options...
aprilpgb22 Posted June 16, 2011 Author Share Posted June 16, 2011 I haven't started the site yet. So I can just create the folder for the site, but I haven't because I want to start from scratch. Quote Link to comment https://forums.phpfreaks.com/topic/239461-where-to-post-for-dreamweaver-with-php-help/#findComment-1230562 Share on other sites More sharing options...
gristoi Posted June 16, 2011 Share Posted June 16, 2011 ok, the easiest way is to store your files in the root folder. 1. create a new folder in c:\wamp\www called test. 2. open dreamweaver and create a new site. for the local file location point it to c:\wamp\www\test 3. create an index.php file in dreamweaver 4. add some code to test <?php echo 'it works woo hoo'; ?> 5. save and open your browser. go to http://localhost/test you should see your new file Quote Link to comment https://forums.phpfreaks.com/topic/239461-where-to-post-for-dreamweaver-with-php-help/#findComment-1230568 Share on other sites More sharing options...
aprilpgb22 Posted June 16, 2011 Author Share Posted June 16, 2011 wonderful, i am going to do that as soon as i get home from work and let you know what happened. thanks so much! Quote Link to comment https://forums.phpfreaks.com/topic/239461-where-to-post-for-dreamweaver-with-php-help/#findComment-1230712 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.