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 the PHP 5 SOAP extension
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
Top Code
Simple Form-Based Image Upload
Storing Checkbox Data In Your Database
PHP MySQL paging
Using the PHP 5 SOAP extension
PHP-Based Chat Room
Configuring PHP for Oracle
How to Store Image in MySQL
Multicolumn Output from a Database with PHP
Developer Shed - Image Generation with PHP
Secure Login Using Cookies
Using PHP to Generate and Send Mail
Building a Database-Driven Site Using PHP and MySQL
User Authentication Using PHP
Graphing with PHP and GD
Improving Your Form to Mail Script
PHP > Documentation > Examples and Tutorials
Source List
All | Freeware

Code 1-20 of 139   Pages: Go to  1  2  3  4  5  6  7  Next >>  page  


RightWebPage is a free software that verifies and corrects many aspects of conformance of Web sites to International Standard ISO/IEC 23026:2006





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



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.



Many Web developers enjoy the versatility and ease of use of PHP, but sometimes they need to access existing business logic in a J2EE application server. In this article and through code examples, learn how to use the new SOAP extension in PHP 5...



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



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.



This five-part tutorial first teaches you the mail fuctions that accompany PHP and follows with information on adding extra headers, when to use the mail function, how to talk to sendmail and how to have form results e-mailed to you.



This tutorial explains how to use PHP's built in mail() function to send both plain text and HTML formated emails. A downloadable PDF referance is also available.



Uses two files, the form and the form processing, which includes required field validation and email generation. Step by step explanations are offered for the PHP file, as the message is built up from several of the form's input fields.



"This tutorial starts with the simple constructs used to create strings and moves through to more advanced techniques for string handling."



This tutorial describes three methods to authenticate a user. First is by hardcoding the user info in the script. Second, check the user information in the database. Third, add image verification in the login form where the user must enter the...



Learn to use curl with PHP to query remote webservers for data. This can be done to automate form submission, process credit cards and more. Topics covered include SSL, cookie handling and more.



This document explains how you can allow visitors to upload images for use on your web site and then re-size them automatically with PHP. Includes example source code.



This tutorial will teach you how to upload JPG images to the server using a web-form.



This example shows you how to get the UK National Lottery stats, input it in a MySQL database and display the results.