ghacks Technology News

Quick PHP Testing And Debugging Server

HTML websites can be easily tested and debugged locally because no additional software but a text editor and a web browser are needed to do just that. Things change when you turn to PHP because PHP requires a web server that executes the php commands and returns the html code of the website.

I have detailed the process of installing and running a local Apache web server before but this method puts some strain on the system and is probably an overkill for a quick test run to see that the scripts are working correctly.

Quick PHP provides an answer. It is a standalone portable web server that does not require the installation of additional packages in its core version. The software creates a server that has a root directory that can be specified and a local port that has to be used to load the php scripts.

quick php web server

The core version can be extended to include PHP extensions for MySQL support with PHP.ini or can even be placed in the php installation folder that can be downloaded from the official php website.

Quick PHP is portable which makes it an ideal candidate for an USB Stick. The only requirements are an Internet Browser and either Windows 2000, Windows XP or Windows Vista.

Enjoyed the article?: Then sign-up for our free newsletter or RSS feed to kick off your day with the latest technology news and tips, or share the article with your friends and contacts on Facebook or Twitter.

Related Articles:

Run Your Own Home Web Server
Quick and easy pop or imap server with Dovecot
Techposters: Quick Reference Guide Posters
Remote Server Monitoring Software DreamSys Server Monitor
How To Enable Quick Launch In Windows 7



About the Author:Martin Brinkmann is a journalist from Germany who founded Ghacks Technology News Back in 2005. He is passionate about all things tech and knows the Internet and computers like the back of his hand. You can follow Martin on Facebook or Twitter.

Author: , Monday July 28, 2008 -
Tags:, , , ,


Responses so far:

  1. Sparx says:

    There’s also portable version of both XAMPP and XAMPP Lite.

    http://portableapps.com/apps/development/xampp

  2. jcm says:

    Why not EasyPhp ?
    http://easyphp.org/index.php

  3. I use portable like Sparx said.

  4. majkientor says:

    Great thing. Ty very much.

Leave a Reply   Follow Ghacks   Subscribe To Comment Rss

Subscribe without commenting

© 2005-2012 Ghacks.net. All Rights Reserved. Privacy Policy - About Us