Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
RightWebPage 0.8.2
Writing Your First PHP Script: Feedback Form
Working with forms in PHP
What are sessions?
Website Database Basics With PHP and MySQL
Web Database Tutorial (PHP & MySQL)
Web Enable Your Informix Database Using PHP
Using NeXTensio MX to create a CMS
Using PHP and IIS to Create a Discussion Forum
Using PHP Error Handling
Using PHP to Generate and Send Mail
Using PHP to send email
Using PHP with Forms
Using Strings
Using the PHP 5 SOAP extension
Top Code
A Complete, Secure User Login System
A Contact Database using MySQL and PHP
A Simple Order Form
Accessing a MySQL database using PHP
Accessing Microsoft SQL from PHP under Linux
Adding Date and Time Last Updated
Advanced PHP V5 objects
Alternating row colors with PHP and MySQL
An intro to using the GD image library with PHP
An Introduction to MySQL
An Overview of Arrays in PHP
Apache and PHP vs. The Spambot
Authenticate and Track Users with PHP
Basic Image Gallery using PHP
Build a Rating System
PHP > Documentation > Examples and Tutorials
Source List
All | Freeware

Code 31-40 of 146   Pages: Go to  << Prior  1  2  3  4  5  6  7  8  9  10  11  12  ...  15  Next >>  page  


This is a nice article describing how to create your own site navigation system URL prefixes, page splitting and automatic menu generation. A basic knowledge of PHP is required.



This article gives you a taste of several different ways in which PHP can be used for aiding site navigation and enhancing the user's visit to your site to help them find what they are looking for.



This tutorial gives a step-by-step process for accepting file uploading through a web page with PHP, including code snippets.



Learn how to upload images using forms and PHP. Great for beginners.



This tutorial will teach you how to create a PHP and MySQL type shoutbox.



This article in Developer Shed explains how to setup APache, MySQL and PHP 3 on your server. It then explains how to create a database and shows the basics of making a PHP script.



This tutorial is designed to give the reader a brief introduction to session management in PHP. Contents cover creating, assigning values to and destroying sessions in PHP.



Learn how to send emails via PHP, containing additional headers, and HTML emails.



This February, 1999 column by Tim Perdue in PHP Builder explains how to validate e-mail addresses and then send an e-mail using only PHP.



This tutorial is designed to give the reader a framework for building a secure login using PHP cookies. It requires you have some basic knowledge of PHP coding.