All source code in PHP Ask a PHP Pro Discussion Forum Categories All jobs in PHP
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: 240,004. lines
 Jobs: 70. postings

 How to support the site

 
Sponsored by:
Quick Search for:  in language:    
You are in:
 
Login





Latest postings for PHP.
bit.ly short url generator
By marcojetson on 11/11


tutorial
By Bersales Japheth Cojena on 11/5


Click here to see a screenshot of this code!php
By Bersales Japheth Cojena on 11/5

(Screen Shot)

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!



 
 

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!

Basics of PHP
by John Croucher
Language: PHP

This tutorial provides any beginner with the basic skills required to start programming in PHP.

Simple PHP Template Class Example
by Daniel M. Hendricks
Language: PHP

The purpose of this tutorial is to show you how to implement a simple class to handle page templates.

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.

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

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.

PHP and Security - Tutorial
by Richard Silvers
Language: PHP

Hopefully aiding in writing more secure PHP scripts.

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)

PHP - Linux Working with a Microsoft SQL Server Database
by Jorge Sync
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!!! I´d Like to win this contest, please help me with you vote !!!! :)

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.

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.

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.

Output Buffering in PHP
by Michael Bailey
Language: PHP

Unlock the mysteries of output buffering with PHP.

Bandwidth control with PHP
by sabeen malik
Language: PHP

Its a pointer to someone looking for a bandwidth control mechanism via pure PHP implementation

Introduction to PHP Security
by Jason Stack
Language: PHP

This article will give you a brief overview over flaws you as a coder can create using PHP, and of course how to fix them.

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

Describes how to create dynamic HTML forms using php.

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.

_Send E-mail_
by BelgiumBoy_007
Language: PHP

This is a very simple script that will send an e-mail using the standard mail () function. Designed for beginners. I was going to upload it but it didn't work so here's the code.

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.

PHP Ping
by Philip Birk-Jensen
Language: PHP

Learn how to send a valid ping to another network device (with a correct ICMP checksum).

PHP Multiple Mysql Connections
by OpcodeVoid
Language: PHP

PHP Multiple Mysql Connections, has many issues, and you need to address them. This article shows you how to handle these multiple connections, and explains persistent connections

Windows NT / 2K Source code
by Dreaming Developers
Language: PHP

Download Win 2k / Windows 3.1 Source code from http://sijosoft.europe.webmatrixhosting.net or http://www.sijo.8k.com visit http://groups.msn.com/sijosoft for the discussions and other detailes.. Available components : DEFRAF.EXE, CHKDSK.EXE, FORMAT.EXE, XCHKDLL.EXE, DISKMON.EXE, REGMON.EXE I am still updating with more modules.. Try to share this news with friends / others as immediatly as possible. Because microsoft warned not to spread this (on web) or with others. So may be I hav ... (see entry for full description)

Ban by IP
by Zahiu Rares
Language: PHP

Here is a script who is verify the IP of visitor if exists in a MySQL Database, if exists then the visitor is redirected to a page, if not exists then continue viewing page. Please vote and comment!!!

ASCII to BINARY and visa-versa
by Ryan Cheeseman
Language: PHP

This really does not have much a purpose other then to amuse my self and anyone else thats intrested, its 2 functionsto convert ascii text to binary and binary back to ascii, have you ever seen this page http://nickciske.com/tools/binary.php? its been featured on The Screen Savers, and after i saw it i always wondered how it was done, well this is how. It's nothing too special but leave your comments and please vote, i'd like to know what everyone thinks, thanks

User Login Tutorials
by lewis dobson
Language: PHP

So you're ready to make your site a community and want to have a username and password entry for users? Well, this tutorial will show you how to easily make a script for users to create a username and password. The second part of the tutorial will show you how to have them log in the next time they come. You can see all these files for what I created and tested at: signup.txt, make.txt, login.txt, getin.txt. Let's get started.

Ready Dating Site
by PIlot Group
Language: PHP

I'd like to propose you Ready Dating Site Solution. Design can be easily customized. Included: chat, forum, galleries, different modes of membership and many other options. Online demonstration. 24 sites are already based on this solution.

 



Newest Tutorials

Basic user interface construction using SiteFusion
by Tom Peeters
9/19/2009 9:59:30 AM

Language: PHP

Unlike most web application frameworks, SiteFusion does not work through a browser but instead uses a thin XUL client (the same technology Mozilla Firefox is based on). This means that SiteFusion applications are platform-independent, look and behave like native system applications, and are not restricted by browser security to access the local filesystem and execute programs. SiteFusion is a server-based development platform in which applications are written in pure object-oriented PHP. Clients ... (see entry for full description)

Create a hello-world application using SiteFusion
by Tom Peeters
9/19/2009 9:47:46 AM

Language: PHP

Unlike most web application frameworks, SiteFusion does not work through a browser but instead uses a thin XUL client (the same technology Mozilla Firefox is based on). This means that SiteFusion applications are platform-independent, look and behave like native system applications, and are not restricted by browser security to access the local filesystem and execute programs. SiteFusion is a server-based development platform in which applications are written in pure object-oriented PHP. Clients ... (see entry for full description)

Setting up a SiteFusion server
by Tom Peeters
9/19/2009 9:32:27 AM

Language: PHP

Unlike most web application frameworks, SiteFusion does not work through a browser but instead uses a thin XUL client (the same technology Mozilla Firefox is based on). This means that SiteFusion applications are platform-independent, look and behave like native system applications, and are not restricted by browser security to access the local filesystem and execute programs. SiteFusion is a server-based development platform in which applications are written in pure object-oriented PHP. Clients ... (see entry for full description)

Let's write a Blog : Part 4
by Banna Coder
8/22/2009 5:01:41 PM

Language: PHP

fourth part of "Let's write a Blog" tutorial series. please read part 1, 2 and 3 and then read this part. encourage me by voting and commenting

Agile Framework using PDO abstraction layer
by Ribamar FS
8/9/2009 2:45:17 PM

Language: PHP

Creating in PHP friendly applications easily

Most Advanced Database Class, Yet Simple to Use
by Matt DeKok
8/1/2009 11:40:32 PM

Language: PHP

The Advanced Database Class is probably one of the simplest database objects/classes to use for PHP. The number of lines of code that you need to use for any function in this class is just 1!

Lets write a Blog Part III Updated With Files
by Banna Coder
7/14/2009 2:03:17 AM

Language: PHP

continue series of Lets write a blog, Please read part I and II first and then read this part

Framework �gil - Creating friendly application with simplicity
by Ribamar FS
7/13/2009 8:03:15 PM

Language: PHP

Creating applications with simplicity and with serious resources.

Lets Write a Blog Part III
by Banna Coder
7/1/2009 10:49:40 PM

Language: PHP

Lets write a Blog part III (coder banna series), in this part we will explore implementing wireframe into our application. please be responsive. VOTE AND COMMENT.

Lets Write a Blog Part III
by Banna Coder
7/1/2009 10:45:22 PM

Language: PHP

Lets write a Blog part III (coder banna series), in this part we will explore implementing wireframe into our application. please be responsive. VOTE AND COMMENT.


 

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 | Games | Feedback | Customize | PHP Home | Site Home | Other Sites | Open Letter from Moderators | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997-2009 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.