Quantcast
Channel: Heck Designs » Demo Code
Browsing all 6 articles
Browse latest View live

PHP Text Editor with $_SESSION

Here’s the code I came up on my lunch break with after a short conversation with Phillip about using Cookies to save text: <?php $starttext = "Type in the text area to change this text";...

View Article



HTML/PHP Contact Form with Required Fields

The contact form below is setup to send the email you put in it a confirmation email, as well as an email with the information you put in the form. This would normally send the visitor the thank you...

View Article

XHTML/PHP Auto Responder

This auto responder will send both the email notifying owner and the auto response to the same email address. It checks to make sure the name and email are both filled out, as well as make sure the...

View Article

Various FFXI Calculators in XHTML/PHP

Over the course of playing Final Fantasy XI (FFXI) I’ve built various calculators for various formulas I use on a fairly regular basis. I host them online so that others can use them as well. As I come...

View Article

Survey Data Stored to mySQL Database

I was asked to build a survey form that would store the data to a database as well as read the data and convert it to understandable information in a results page. This is a stripped down version of...

View Article


Stand Alone PHP Contact Form

I wanted to build code for a contact form that could be added to any page with a simple line of code such as this: <?php include(‘filename.php’); ?> This version of the form verifies that all...

View Article
Browsing all 6 articles
Browse latest View live


Latest Images