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 1-10 of 149   Pages: Go to  1  2  3  ...  15  Next >>  page  


RightWebPage verifies and corrects many aspects of conformance to ISO 23026



An easy guide to getting started with PHP. It allows you to create a working feedback form, and explains the entire process, giving you a basic knowledge of PHP coding.



In this tutorial, you will learn how to use forms with PHP.



This tutorial will teach you what sessions are, why they're used and how you can implement them using PHP programming.



This tutorial goes over the basics (HTML, PHP and MySQL interaction) by explaining how to verify form data, use cookies to identify and track visitors, and using external files via include(). Written by Thomas Kehoe and placed on Developer Shed in J



This tutorial focuses on creating a web database application using PHP and MySQL on a Linux platform. It explains how to get started, create the database, insert data, view data and finally manage it.



This is a presentation given to the Informix Users conference in October 2000 on using PHP with Informix. Included is the entire source of a PHP program used to update a video-tape database and other related examples and demos.



This tutorial intends to be a simple presentation of how easy you can build dynamic websites and an administration tool for such a site. This concentrates on techniques to create dynamic pages with Dreamweaver MX and PHAkt 2 and the easiest way to bu



Learn how to use PHP on windows and IIS to create a basic discussion forum that makes use of a powerful database.



This article explains how to use Apache ErrorDocument redirects and PHP to create custom 404 Not Found responses and more. It also explains how to throw an error from within a PHP script.