Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

    Articles & Tutorials Articles & Tutorials RSS feed

  • SQL Injection Attacks by Example

    by SJFriedl

    Steve Friedl takes a look at how your site could be vulnerable to SQL injection attacks - complete with numerous examples - and the action you can take to prevent them.. Read full article

  • Wireless Markup Language (WML) Tutorial

    by gez

    Gez Lemon introduces WML - the markup language used to make sites suitable for viewing using a WAP (Wireless Application Protocol) device - covering cards, timers, tasks, getting user input and creating dynamic pages.. Read full article

  • MySQL Tutorial

    by gez

    An introduction to using MySQL, from creating databases to modifying tables to creating and deleting rows.. Read full article

  • An Introduction to PHP

    by gez

    A complete introduction to the basics of PHP, including operators, control flow to forms, server variables, cookies and HTTP headers.. Read full article

  • Using PHP and IIS to Create a Discussion Forum

    by JayeshJain

    Learn how to use PHP on windows and IIS to create a basic discussion forum that makes use of a powerful database.. Read full article

  • Eocene: An OO Web Development Framework

    by ddutta

    Eocene is a simple and easy to use Object Oriented Web development framework for PHP. It is based on the Front Controller design pattern and the Model View Controller (MVC) architecture. It incorporates many proven software development practices to provide a foundation for building Web applications. It uses PHP for foundation classes and xml-based text files for application configurations. It is a simple and easy to use framework that can be used to solve a large number of Web development projec. Read full article

  • Uploading files in PHP

    by S.S. Ahmed

    This article shows how to upload files in PHP. Uploading files in PHP is very easy.. Read full article

  • Sessions in PHP

    by amitabh

    A brief overview of using sessions in PHP 4.0.. Read full article

  • Classic Guestbook made with Flash and ASP/PHP

    by pradeepmamgain

    Pradeep Mamgain demonstrates creating a guestbook with a Flash interface, and an ASP or PHP back-end to store the data.. Read full article

  • Image Generation on the FLY using PHP

    by jdk

    For developers like Divyesh, one of the most popular features of PHP is real-time image generation. In this article, Divyesh will show you how.. Read full article

  • Simple PHP includes

    by Chocobo

    Ever had a website with a menu based system, and had to constantly update every page or use frames? With this tutorial, you'll learn to get around that with PHP, and it's easy, too.. Read full article

  • Implementing a template based website

    by James Crowley

    How to implement your own template based web site using php. Read full article