You won't be able to test it locally unless your running a server that supports
php locally.
If I am running php scripts locally I use xampp.
It installs apache webserver, php and mysql
html and javascript files can be tested offline as they do not require a server.
php and other server side scripting languages require a local server.
If you install xampp on a windows machine you will need to the files
you to test into the htdocs folder path: C:\xampp\htdocs I usually create another folder in here for each project I am working on.
You then start the apache server and and type the address into the address bar.
Example:
http://localhost/papuccino1/contactme.phpwould display the page located at
C:\xampp\htdocs\papuccino1\contactme.php
The php scripts would run.
Hope that helps.
You can style the menu and separate the links a little further your site.
This post has been edited by neit: 4 Jul, 2009 - 05:13 AM