Have you gone through David Powers' tutorials on a) setting up a PHP environment and local testing server and b) building a dynamic web site? These will be the steps to follow for locally developing your site. Later, when everything is working locally, you can import your MySql database to your remote server's MySql database.
Get one local testing server for your OS and install it.
WAMP for Windows
XAMPP for Windows
http://www.apachefriends.org/en/xampp-windows.html
XAMPP for Mac
http://www.apachefriends.org/en/xampp-macosx.html
MAMP for Mac
http://www.mamp.info/en/downloads/index.html
Setting up a PHP environment in Dreamweaver
http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html
Building your first dynamic website – Part 1: Setting up your site and database connection
http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt1.html
Nancy O.