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.




Tags: , , , ,
Categories: Windows, software



Related posts:

Portable Web Server
Run Your Own Home Web Server
HTTP File Server
Windows 2008 Server Core Configurator
Windows Task Manager Extension

6 Responses to “Quick PHP Testing And Debugging Server”

  1. Sparx says:

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

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

  2. honeydesign says:

    I use portable like Sparx said.

  3. majkientor says:

    Great thing. Ty very much.

Trackbacks/Pingbacks

  1. [...] Sitio oficial | Quick PHP Vía | gHacks [...]

  2. [...] suite the needs of most users who want to install a web server on their computer. Alternatives are Quick PHP Web Server, XAMPP web server or the Portable Web [...]

Leave a Reply   Subscribe To Comment Rss

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