begginer php

Newbie Member
19Dec2010,13:21   #1
ganesh mona's Avatar
gm sir

i am frser. i am installed xamp server and dreamviwer.
i am write code on dreamviwer but i dont know how to run program.

so send me all proccess.
Ambitious contributor
30Dec2010,01:58   #2
pein87's Avatar
Add the code to the \xampp\htdocs folder and view
Code:
http://localhost/script_name.php
in your browser. Make sure you have xamp turned on or else it will give 404 error page. Also you can set up a test server in dreamweaver but for that you would need to google "setting up test server using dreamweaver VERSION_NUM_HERE". Hope this helps.