|
^ An Image Verification Tutorial by Darryl Porter Language: PHP
Ever logged onto Yahoo! or here on Planet Source Code and have run across the verification image containing numbers and leters that you must plug into a form for verification? Learn to do it.
|
Page Load Time by Steve Gricci Language: PHP
This small script will let you output how much time (in seconds) it took for the page to expell. i.e. 0.501 seconds
|
PHP 101 by Josh Sherman Language: PHP
Get your feet wet with one of the hottest web languages around, PHP!
|
Basics of PHP by John Croucher Language: PHP
This tutorial provides any beginner with the basic skills required to start programming in PHP.
|
Using $HTTP_POST_VARS and $HTTP_GET_VARS by bleh Language: PHP
This describes how to use while(), list() and each() in conjunction with the predefined PHP variables $HTTP_POST_VARS and $HTTP_GET_VARS to read information passed to a page without knowing the variable names, or how many variables were passed.
|
Thumbnails in PHP by Michael Bailey Language: PHP
Learn how to use the PHP GD extension to create thumbnails from your normal images on the fly.
|
PHP And Database Integration With MySQL by Chetankumar Digambarrao Akarte Language: PHP
One of the defining features of PHP is the versatility it offers for connection to, and manipulation with, databases. In this article, we look at some features of the PHP and MySQL combination. We shall go through the following steps:-
• Connect to MySQL Database Server
• Create new Database
• Select MySQL Database
• Add data to table
• Retrieve data
• Error Handling
|
^ A time Saver Script by Darryl Porter Language: PHP
In the latest version of PHP, you must use GET and POST arrays to pass variables--That's not bad--you just write $foo=$_GET["foo']; and you use $foo--But say you have 80 variable to declare--then it gets time consuming. This will cut the time to nothing.
|
Classes in PHP by Dustin R Davis Language: PHP
This tutorial will walk you step by step on how to create and manage classes in PHP.
|
|
Printable Document Generation With PHP by Chetankumar Digambarrao Akarte Language: PHP
This article focuses on the document that can be generated using PHP namely Rich Text Format (RTF). Rich Text Format (RTF) is a file type used to transfer formatted text documents between applications, even those that run on different platforms, such as IBM and Macintosh. RTF is a file format that many word processing programs understand; it is often used when a document is created in one word processing program but is expected to be edited in another word processing program.
for mo ... (see entry for full description)
|
Painless Form submission and Database Insertions by AlexHogan Language: PHP
How would you like to process a form and insert its data into a database with only a couple of lines of code?
With this tutorial I will show you how to process forms and insert data into databases with the least effort.
|
PHP, Files, and MySQL Databases by Brian Moraca Language: PHP
This article is for people who are interested in how PHP deals with uploaded files and databases. It walks through the steps of creating a database-driven picture repository, and includes the code to set you on the correct track. It starts out with how PHP deals with forms, then progresses to files, it deals with PHP's interaction with MySQL, and finally ends putting it all together to build a simple picture repository. The tutorial is 11 pages and is in PDF format.
|
Learn XML-RPC (Web Service) by Philip Birk-Jensen Language: PHP
This article will guide your through creating an XML-RPC server and a client (step-by-step). And it will give you a little background theory as well.
|
A great and simple online chat by Jaime Muscatelli Language: PHP
This is a complete chat that has an online user box, color options, and uses iframe. It uses raw files (no mysql or other databases), and some javascript. It is NOT an applet!!!! I made this out of sheer boredom. Please leave some comments. I know it is not the best, but it only took 5 hours. KEYWORDS: ONLINE online CHAT chat
|
Bandwidth control with PHP by sabeen malik Language: PHP
Its a pointer to someone looking for a bandwidth control mechanism via pure PHP implementation
|
Creating a Credit Card Validation Class With PHP by Ashraf Magdi Language: PHP
Although online payment options such as PayPal have become extremely popular in the last couple of years, the majority of online stores still use some sort of merchant system to accept credit card payments from their Websites. Before you actually encrypt your customer's credit card numbers to a database or forward them to a merchant server, it's a good idea to implement your own credit card validation routine.
|
|
|