Windows 7 has better performance and stability than Vista. Besides that, some improvements. These include (but not limited to): Gadgets are now...
Nice performance, it really shows :)
PGP keys explained One of the most secure ways to encrypt your data is by using PGP keys. On the other hand, it can also be used to verify the...
If you have a Windows system in your network with shares or an NAS with an SMB Server installed, you can mount it using Linux using CIFS. I'm...
Depending on your budget, I can advise to use either VirtualBox (free for non-commercial use, limited features) or VMWARE Workstation (not free,...
And that's the reason why you're writing that in past tense. Basically it's better to find 1 girl that you really like and have a good time with,...
According to Wikipedia they have a total revenue of 124 billion and an income of 19 billion. Basically they have that money back at the end of the...
That's amazing :) These are two of my favorites: [media] [media]
Let's say you want to make a page that converts US Dollars to Euros. 1 US Dollar is worth 0.723 Euros, so you have to multiple the amount of...
It's always the best way using the 'official' method with brackets, because these are more compatible with the PHP versions.
If you have a lot of IF statements and loops nested into each other, you might find it confusing to see which bracket belongs to which...
Now we're going to add our first entry into the database. First of all, make sure you have either the Database connection code, or have included...
I would strongly recommend every MySQL user to install phpmyadmin on your server for easily managing your database. You can create a database,...
POST A very essential feature of PHP is the ability to collect the input from HTML forms. As you might know, you start with an HTML form with...
From a previous lessen you've learnt about PHP variables. Each variable starts with a dollar sign ( $ ). Each array must have a unique name. But...
One of the reasons why PHP is used with HTML code is its ability to generate output. One of these features is called a 'loop'. Basically a loop...
Just like every programming language, you might want to add comments to provide information about your code to others or to yourself as a...
Let's say you want PHP to perform different actions depending on a situation. For example, we set a variable called 'name' with the value 'John...
PHP and most other programming languages use variables to store information like text. In almost any case you are going to use this, so it's a...
Ok, let's get started with PHP. We're going to output some text using PHP. 1. Create an HTML document. 2. Inside the <body> - tag, type the PHP...
Separate names with a comma.