Library tutorials & articles tagged with php
-
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.
-
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.
-
MySQL Tutorial
by Gez Lemon
An introduction to using MySQL, from creating databases to modifying tables to creating and deleting rows.
-
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.
-
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.
-
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
-
Uploading files in PHP
by S.S. Ahmed
This article shows how to upload files in PHP. Uploading files in PHP is very easy.
-
Sessions in PHP
by amitabh doctor
A brief overview of using sessions in PHP 4.0.
-
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.
-
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.
-
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.
-
Implementing a template based website
by James Crowley
How to implement your own template based web site using php