Jump to content

where to post for dreamweaver with php help


Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.