Library tutorials & articles tagged with php

Search filter
Tags
Page 1 of 1
  • SQL Injection Attacks by Example

    by Stephen J. Friedl

    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. db, php, security, sql

  • Wireless Markup Language (WML) Tutorial

    by Gez Lemon

    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. asp, php, wap, xml

  • MySQL Tutorial

    by Gez Lemon

    An introduction to using MySQL, from creating databases to modifying tables to creating and deleting rows. mysql, php, sql

  • An Introduction to PHP

    by Gez Lemon

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

  • Using PHP and IIS to Create a Discussion Forum

    by Jayesh Jain

    Learn how to use PHP on windows and IIS to create a basic discussion forum that makes use of a powerful database. iis, php

  • Eocene: An OO Web Development Framework

    by Deepak Dutta

    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 php

  • Uploading files in PHP

    by S.S. Ahmed

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

  • Sessions in PHP

    by amitabh doctor

    A brief overview of using sessions in PHP 4.0. php

  • Classic Guestbook made with Flash and ASP/PHP

    by Pradeep Mamgain

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

  • Image Generation on the FLY using PHP

    by Divyesh Jariwala

    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. php

  • Simple PHP includes

    by Jamie Lindgren

    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. php

  • Implementing a template based website

    by James Crowley

    How to implement your own template based web site using php php, visual basic