PHPtutorial, newbie, beginner, how, to, how to program, help
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: 66,707 lines
 Jobs: 14 postings

 
Sponsored by:

 

You are in:

 
Login



Latest Code Ticker for PHP.
Simple Forum
By Chas Pardee on 6/20


Click here to see a screenshot of this code!Squiggles
By Chas Pardee on 6/20

(Screen Shot)

photo guide
By Chas Pardee on 6/20


Download Script
By YANP on 6/19


Logging IP's
By Klaus Andersen on 6/18


Server Uptime
By Martin C. Conniffe on 6/15


Send a Page/Link to a Friend
By rae the coder on 6/15


Display contents of a directory and include it in a text area
By Daniel Friedman on 6/15


RaSMail
By Alberto Sartori on 6/13


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

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

^ PHP 101
by Josh Sherman
Language: PHP

Get your feet wet with one of the hottest web languages around, PHP!

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.

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)

Howto send html based E-mail with php
by Peter Rekdal Sunde
Language: PHP

Teaches you howto send html based E-mail with php

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.

Running PHP scripts as cron jobs
by Gianluca Baldo
Language: PHP

This article explains how to run a PHP script as a cron job, depending on your PHP installation.

Unviseral Index File
by Charles Chadwick
Language: PHP

This code can be used as a universal index file. It will create links to any files within it's current directory. The only customization needed is in the $allowedFiles array. This array contains the extenstions you want to allow (duh). I created this for something I was doing for work, and thought I would share it with the world.

HtmlSource class
by sloppycode
Language: PHP

The HtmlSource class is a simple way of retrieving, and stripping, HTML source from any website, given a URL. It supports GET,POST and Cookies.

PHP and Security - Tutorial
by Richard Silvers
Language: PHP

Hopefully aiding in writing more secure PHP scripts.

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.

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

Describes how to create dynamic HTML forms using php.

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.

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

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.

A Sample HTML Template using BFCTemplate v2
by Christopher Brown-Floyd
Language: PHP

The purpose of this article is to show new BFCTemplate users how to take full advantage of the template class.

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.

 



Newest Tutorials

PHP 4.2.0 in Apache 2.0 for Linux/Unix
by $t0rm
5/7/2002 8:53:08 PM

Language: PHP

As many of you have unhappily figured out, Apache 2.0 broke the PHP DSO module, even the latest version. This article describes a hack I use to run PHP on the latest and greatest Apache.

Check e-mail address validity(SMTP)
by Bogomil Shopov
4/23/2002 7:08:22 AM

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

How to show the number of rows
by steven varr
4/20/2002 1:00:41 PM

Language: PHP

In this script i will show you how to show the number of rows

How to send E-mail using PHP COM functions
by Bogomil Shopov
4/16/2002 7:23:13 AM

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.

PHP4/MySQL User Auth
by Will Wilimek
4/7/2002 2:23:42 PM

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

Howto send html based E-mail with php
by Peter Rekdal Sunde
4/2/2002 7:58:53 AM

Language: PHP

Teaches you howto send html based E-mail with php

Get mysql field type, not php type!
by Mike Holmquist
3/30/2002 3:45:07 PM

Language: PHP

Using mysql_field_type() simply returns the php data type of the field (string, real, blob, or int). Here is a simple way to return the mySQL field type, and NOT the php type!

Simple File Writing Function
by Mike Holmquist
3/30/2002 3:47:32 AM

Language: PHP

Many beginners in php often ask me how to edit files, and quite often they find it kinda confusing at first (so did I :-D). So I wrote this function to make file editing quick and easy.

^ PHP-GTK in a Day
by Josh Sherman
3/26/2002 5:16:30 PM

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
3/25/2002 6:12:53 AM

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.


 

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.