How Can I Test My Php Code On My Own Computer?
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.
Tagged with: Code. • computer • Test
Filed under: PHP
Like this post? Subscribe to my RSS feed and get loads more!
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.
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/quickeas…
Ron
You can install Apache server with a php module. Use a search engine to find the tutorials.
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
Unless your computer is a server, you can’t.