Ioncube is an encryption which many developers use to assist in the prevention of cracking, nulling and outright stealing the code. Installing iconcube on your localhost development sandbox is pretty simple. Here I will walk you through the installation of Ioncube on Windows using WAMP. Download the Free IonCube Loaders for your PC (machine), by choosing Read More
MySQL – Using the JOIN Operator Within a SELECT Statement
Many times while working with a MySQL database you will have data spread over multiple tables. What happens if you need to access information from multiple tables within one query? In MySQL a JOIN query is just the statement for the job. Its actually quite simple to do this. Let's work through a simple example. Suppose you Read More
