Are you sure your website would be back up and running in a few hours after a catastrophe happens? If you use a MySQL database to store user information and other website information, you need to have backups of your database in case of a failure...
By using PHP includes in your PHP scripts you can greatly increase your productivity. By using PHP includes, you can also make template files, and make updating your website incredibly easy.
PHP is one of the most used scripting languages on the internet today. You don’t need to know a lot about PHP to create a PHP file. A PHP file is much like an HTML file with a few differences.
PHP provides a very useful function for dealing with dates. This function is the php date function and in this tutorial we’ll show you how to make the most of this function.
If you plan on building a dynamic website, chances are you’ll need some sort of database system to hold the data for the website. MySQL is one of the most popular database systems out today and it’s free. This article will show you how to...
This tutorial will take you through each step of installing a module in Os Commerce. Installing these modules are very simple and takes just a minute to do.
A PHP array is a variable that can hold the values of a set of variables. For example, the months of the year can be held in an array. PHP offers several kinds of arrays for you to use in your scripts, this tutorial will examine a few of these.
One of the easiest ways to get data from users is the use of PHP forms. These forms can send data to the PHP script for processing and make your website more dynamic.
When programming a script that accesses a database, it’s important to keep security in mind. SQL injection attacks are one of the most common attacks on SQL databases such as MSSQL and MySQL.