How can I test my PHP code on my own computer?
March 7th, 2010 by admin
I have a basic knowledge of coding PHP, but I don’t know how to test my pages without uploading it to the web server. I use SharePoint Designer, but I have DreamWeaver too. I need a step by step guide. Thanks.
you need to download and install a webserver on your computer, which will simulate an actual server.
Apache is a pretty common one, though I preffer Abyss. Google it.
- 5 Comments »
- Posted in PHP Coding

Unless your computer is a server, you can’t.
References :
you need to download and install a webserver on your computer, which will simulate an actual server.
Apache is a pretty common one, though I preffer Abyss. Google it.
References :
download xampp then find local folder then go tointernet browser then type localhost/name of folder here.php if you need additional help just reply and ill make a vid
References :
You can install Apache server with a php module. Use a search engine to find the tutorials.
References :
EasyPHP is a complete package allowing to use all the power and the flexibility that offers the dynamic language PHP. Package includes an Apache server, a MySQL database, PHPMyAdmin as well as easy development tools for web sites and applications: http://sourceforge.net/projects/quickeasyphp/
Ron
References :