How to install ioncube loader in xampp
1. Find your PHP version using phpinfo() function. You should need to know the version when you download the ionCube loaders.   x86/ppc/sparc packages are for 32 bit systems; x86-64/ppc64 packages are for 64 bit systems.   The Windows non-TS Loaders are for use on a Windows system where a phpinfo() page shows that PHP… (1 comment)

Set up multiple virtual hosts on XAMPP for windows
You just have to update the following files: X:\xampp\apache\conf\extra\httpd-vhosts.conf   First of all,  uncomment the following line to enable name based virtual host on your server’s port 80: NameVirtualHost *:80   Then you can start adding your virtual hosts. The following listing is just a sample, I usually do.I am assuming ,we create a project…

Use of Environment variables
Environment variables windows   Environment variables are a set of dynamic named values that can affect the way running processes will behave on a computer.   You can say, It is a dynamic “object” that stores a value, which in turn can be referenced by one or more software programs in Windows (OS). Environment variables…