PHP
Quick Search for:  in language:    
PHP,tutorial, newbie, beginner, how, to, how to program, help
   Code/Articles  |  Newest/Best  |  Community  |  Jobs  |  Other  |  Goto  | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
PHP Stats

 Code: 107,779. lines
 Jobs: 40. postings

 How to support the site

 
Sponsored by:

 
You are in::
 

Does your code think in ink?
Login





Latest Code Ticker for PHP.
Click here to see a screenshot of this code!Debug Window
By Hohl David on 12/30

(Screen Shot)

Click here to see a screenshot of this code!Add Google search technology to your site without Google branding.
By Sean Cannon on 12/29

(Screen Shot)

PHP System Function
By Ruben Benjamin on 12/29


Click here to see a screenshot of this code!MySQL GuestBook 1.0
By Uis on 12/27

(Screen Shot)

Click here to see a screenshot of this code!MySQL Guestbook
By Uis on 12/27

(Screen Shot)

Click here to see a screenshot of this code!MySQL Guestbook
By Uis on 12/27

(Screen Shot)

Click here to see a screenshot of this code!PHP Chat
By Kevin Harris on 12/25

(Screen Shot)

Preload whole directory of images
By Roland Osbeck on 12/23


Sessions
By Michael 'plasma' McMullen on 12/23


Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!

Affiliate Sites



 
 

Articles and Tutorials

Most Popular  
The articles and tutorials other users have found the most useful.  Broken out by beginner, intermediate and advanced level.
 
Newest  
Stay up to date with the latest and greatest!
 
To access the entire archive of articles and tutorials simply use the 'Browse All Categories' and 'Search' menu items in the drop-down hot menu at the top of the screen.

Most Popular

Beginner

Intermediate

Advanced

^ 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!

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.

PHP4/MySQL User Auth
by 1123454564654564
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

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.

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.

Sessions
by Michael 'plasma' McMullen
Language: PHP

This will show you directly how to use session and make them more secure. This will also show you how to destroy your session totally (delete it from the server) And every line is fully commented.

Proper Indentation
by Steve Oliver
Language: PHP

Teaches the basics of Proper Indentation in your php source.

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

PHP and Security - Tutorial
by Richard Silvers
Language: PHP

Hopefully aiding in writing more secure PHP scripts.

PHP - Linux Working with a Microsoft SQL Server Database
by Jorge Alberto Osorio M.
Language: PHP

I hope this will help you, with this configuration you can accesss a MS SQL Server from a PHP Linux, is very good!!! Id Like to win this contest, please help me with you vote !!!! :)

Output Buffering in PHP
by Michael Bailey
Language: PHP

Unlock the mysteries of output buffering with PHP.

PHP: Forms and Email
by Josh Sherman
Language: PHP

PHP, Forms, EMail, OH MY! Learn how to use all 3 of them together.

Build Dynamic Form Controls with PHP
by dreamriver.com
Language: PHP

Describes how to create dynamic HTML forms using php.

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 Working under Linux accessing MS SQL server Database
by Jorge Alberto Osorio M.
Language: PHP

Hello this is a way to connect a PHP working under linux accessing to MS SQL Server Database, I Hope this will be useful for you, Please Id like a vote from you. If you have any doubt about this code, please write me!!!

Check e-mail address validity(SMTP)
by Bogomil Shopov
Language: PHP

In my work I am asking my self is there way to check e-mail address validity.Here is one oh the decisions...

PHP IN HTML
by G.Ajaykumar
Language: PHP

PHP IN HTML This Article , will let you know how to include a php file inside a html file , using inline floating frames.

Using PHP to create JavaScript Validation on the fly.
by Stuart Cochrane
Language: PHP

Here is a tutorial on how to use PHP to generate JavaScript form validation. In this tutorial we will make use of PHP Classes (OO). We will give our PHP Validation Class 3 types validation; Not Empty, Alphanumerical Only and Numerical Only. The idea is to have PHP create javascript validation for you forms. Please see the attached zip file as the tutorial contains code references (PSC does not allow this to be posted directly). The zip file contains 1 file named tutorial.htm. Please ... (see entry for full description)

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.

Creating ZIP Files on the Spot
by Christian Mallette
Language: PHP

This interesting article found on Zend.com will explain to you how to create ZIP files on the fly using PHP.

 



Newest Tutorials

Sessions
by Michael 'plasma' McMullen
12/23/2003 3:19:56 AM

Language: PHP

This will show you directly how to use session and make them more secure. This will also show you how to destroy your session totally (delete it from the server) And every line is fully commented.

Multiple FTP Uploader
by MartinKronstad
12/13/2003 7:40:30 PM

Language: PHP

With this tool you can update files on multiple ftpservers at once. I use it to upload one file to all my clients webservers. It's great for distributing files that are the same on more than one server. If you like the code please vote...

Add linux user from PHP
by Xavi Gonzalvo
12/10/2003 1:18:43 PM

Language: PHP

Add a new user from a PHP page using bash instructions.

Let take a look at PHP
by Amanat Ali
9/19/2003 7:29:51 AM

Language: PHP

Hoon


It is Funny and Cool. Be sure that you have MS word to read this Article.


Using heredoc
by phpguru
8/28/2003 8:02:27 AM

Language: PHP

Usage of heredoc

One of the Best Addvertising PHP Codes
by Will (aka DUBAYOU ) Wharton
8/15/2003 11:55:21 PM

Language: PHP

Eever been to a web site and 1 out of every 10 pages its shows a AD and you have to go there again? Well here is a small script to do that for you. Very simple and basic but good. Check it out?

Active User in MySQL
by Jason Taken
8/13/2003 8:42:27 AM

Language: PHP

Basically, this script allows you to show the number of users who have accessed the script within 5 minutes of the open. It uses a MySQL database.

A great and simple online chat
by Jaime Muscatelli
8/12/2003 12:05:02 AM

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

register_globals workaround
by lixlpixel
8/5/2003 8:50:29 AM

Language: PHP

since PHP version 4.2.0 you can no longer pass variables from one page to the other with a form without using the super-global variables $_POST or $_GET. These were introduced for security reasons, but it makes upgrading your old scripts a pain. imagine having to go through all the files on your server, changing hundreds of variables... with this script this problem is gone in no time.

Using PHP to create JavaScript Validation on the fly.
by Stuart Cochrane
7/25/2003 6:11:08 AM

Language: PHP

Here is a tutorial on how to use PHP to generate JavaScript form validation. In this tutorial we will make use of PHP Classes (OO). We will give our PHP Validation Class 3 types validation; Not Empty, Alphanumerical Only and Numerical Only. The idea is to have PHP create javascript validation for you forms. Please see the attached zip file as the tutorial contains code references (PSC does not allow this to be posted directly). The zip file contains 1 file named tutorial.htm. Please VOTE for thi ... (see entry for full description)


 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | PHP Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.