^ 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.
|
PHP 101
by Josh Sherman
Language: PHP
Get your feet wet with one of the hottest web languages around, PHP!
|
PHP4/MySQL User Auth
by Will Wilimek
Language: PHP
This is a Username And Password Login for a website written in PHP4 and html uses mySQL to store user information and to validate usernames and passwords. Sorry for the .doc format here it is in .txt
|
Proper Indentation
by Steve Oliver
Language: PHP
Teaches the basics of Proper Indentation in your php source.
|
Using $HTTP_POST_VARS and $HTTP_GET_VARS
by Charles Chadwick
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.
|
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
|
Cookies in PHP explained. Easy to use function
by Peter Sienkiewicz
Language: PHP
Cookies in PHP can sometimes be a huge pain in the butt. This function is simple, and teaches you how cookies work, how to write them, expire them, and check their values.
Use this cookie for whatever you want, but feedback is always appreciated :o)
|
MTV News Headlines Retrieval
by matt dennewitz
Language: PHP
this little number will grab all of the current headlines on mtv's news page and print them out. one could use this for a portal site to show what is happening to pop music today.
|
|
A Tutorial on Porting MySQL code to other Databases using ADODB
by John Lim
Language: PHP
In PHP every database is accessed slightly differently. To connect to MySQL, you would use mysql_connect(); when you decide to upgrade to Oracle or Microsoft SQL Server, you would use ocilogon() or mssql_connect() respectively. What is worse is that the parameters you use for the different connect functions are different also..
That is why a database wrapper library such as ADODB comes in handy when you need to ensure portability. It provides you with a common API to communicate wi ... (see entry for full description)
|
PHP: Forms and Email
by Josh Sherman
Language: PHP
PHP, Forms, EMail, OH MY! Learn how to use all 3 of them together.
|
Using templates with PHP
by Gianluca Baldo
Language: PHP
The article explains a personal and simple approach to the use of templates in PHP scripts.
|
Maths Functions
by George Currums
Language: PHP
Teachs you the simple maths functions. The script is just a simple calculator (sort of) where u insert two numbers and select what mathmatical function you would like to do.
|
How to send E-mail using PHP COM functions
by Bogomil Shopov
Language: PHP
COM is a technology which allows the reuse of
code written in any language (by any language) using a standard calling convention
and hiding behind APIs the implementation details such as what machine the Component
is stored on and the executable which houses it.
|
PHP-GTK in a Day
by Josh Sherman
Language: PHP
PHP-GTK is a hot new extension for the PHP language allowing for cross-platform GUI development. This tutorial is meant to help explain PHP-GTK and how to use it to develop your own GUI application.
|
|
Access your Outlook Application using PHP v2.1
by Bogomil Shopov
Language: PHP
I have always been surprised from what PHP can do.Using COM objects shows new and best ways for PHP development. The folowing code, which is designed like Step by Step wizard, shows the access to Inbox and Outbox folders in your MS Outlook application.
The .zip file contains .html file with pictures (screenshots)and .rtf copy of the article.
|
|