Archives for PHP
Simple PHP mail script
This script is not only educational, but also applicable for practical web development. It allows you to place a simple form for sending emails on any HTML page. The script…
PHP Include File
Server Side Includes (SSI) are used to create functions, headers, footers, or elements that will be reused on multiple pages. Server Side Includes You can insert the content of a…
Multiple Page Forms
So you have this long, involved form. Rather than present the user with a myriad of inputs on a single page, you want to break this up into separate form…