Just installed WAMP

now how do I get it to work by creating a simple website using PHP, mySQL, apache, HTML and CSS? Thanks

Start Wamp from your start menu, and if you used the default install your webroot will be located at C:\wamp\www\. Place your files there and navigate to http://localhost.

If you need help with the coding itself there are numerous books available from sitepoint here. If you are on a budget I suggest you give [URL=“http://codecademy.com”]Codecademy a shot, they have a ton of free interactive tutorials for php, html, and css.