PHP Debug with Zend Debugger And Eclipse PDT Tutorial Part 2
coming soon…
This tutorial shows how to setup a Zend debugger to work with Eclipse PDT to develop your PHP web program.
If you are still using the “echo <pre> . print_r($val, true) . </pre>” or “var_dump($val)” to debug your PHP web program? This is absolutely a must read for you!
This is the extended version of our tutorial showing how to setup a virtual host of apache for development in XAMPP.
1. we add one more fake host entity in the Windows hosts file
2. add the virtual host block of code in apache https-vhosts.conf file
This tutorial shows how to setup a virtual host of apache for development in XAMPP.
Suppose your XAMPP installation directory is “C:\xampp” (You may want to see how to setup
Web Development on Windows using Apache + MySQL + PHP Tutorial
). If you do not want to put your html or php files under the default htdocs location “C:\xampp\htdocs”, but instead “D:\htdocs”. You can setup a virtual host to acheive this. To setup a virtual host of apache, we need to edit several files on the system and apache.
For example if you want to match a url “http://my_first_project.localhost” to your local directory “D:\htdocs\my_first_project\web”.
This tutorial shows how to setup a Apcahe + MySQL + PHP development on the Windows platform.
This tutorial shows you how to install a wordpress using XAMPP on Windows.
Of course the first thing we need to do is download wordpress (http://wordpress.org/latest.zip). The version we using in this tutorial is 2.7.1.
After downloading the package. Unzip it under your html doc root. If you like to put it elsewhere you can setup a virtual host (See our XAMPP virtual host tutorial) to point to your desired location.