Getting started with Memcached & PHP
In this basic tutorial, I am going to show you how to install and get started with Memcached using PHP.
Memcached is used to improve a web applications performance by storing an associative array of data in its memory. This is typically used to store database query results, therefore reducing the amount of queries to the database server.
Working with PHP NuSOAP
In this tutorial, I am going to show you how easy it is to work with SOAP using the NuSOAP PHP library.
Firstly, download the NuSOAP library here:
http://sourceforge.net/projects/nusoap/
Once you have downloaded the library, unzip the contents and copy the lib folder into your web root.
Set up virtual hosts with XAMPP
Today I am going to show you how to set up Virtual Hosts using XAMPP on a Mac. Using Virtual hosts is a great tool for any website designer during the development stages. The first stage is to edit your hosts file which is stored in the “etc” directory. Quickest and easiest way to do this is by using the terminal. I personally use iTerm – but the default terminal will do the same job.
Get Social