MEMBER PROFILE
600 pts

Strobe

Contributions: 9
Member of: 0 channels
Member since:
November 01, 2008
Articles

  • Create a MySQL Database Backup

    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...
    Published on  June 30, 2011 to Web Development

  • Tips for Using PHP Includes

    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.
    Published on  June 30, 2011 to Web Development

  • Creating a PHP File

    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.
    Published on  June 30, 2011 to Web Development

  • Understanding the PHP Date Function

    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.
    Published on  June 30, 2011 to Web Development

  • How to Create a MySQL Database

    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...
    Published on  February 12, 2010 to Web Development

  • Learn How to Install a Module on Os Commerce

    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.
    Published on  July 31, 2009 to Web Development

  • PHP Arrays Tutorial

    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.
    Published on  November 21, 2008 to Web Development

  • How to Create PHP Forms

    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.
    Published on  November 17, 2008 to Web Development

  • SQL Injection

    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.
    Published on  November 15, 2008 to Web Development

showing 1-9 of 9