sleduc on March 18th, 2010

The PHP Code Embedded in HTML

The screenshots and zipped file for download, linked below, are based on the Chapter 3 addmail.html and .php scripts from the Head First PHP and MySQL Book with some fun CSS modifications.  It has these fields; First Name, Last Name, Gender, Graduation Year and Comments.  You need to be change [...]

Continue reading about PHP and HTML List Table

sleduc on March 10th, 2010

Continue reading about Import Excel to MySQL Database

sleduc on January 1st, 2010

Goals

Learn to create and manipulate a database

Resource

The tool: OpenOffice.org Base
The learning resource: InPictures Web Site Tutorials, http://inpics.net/base.html

Terms

field
key field
record
search
query
sort
database management system
mail merge

Concepts

Database Basics
Tables
Forms
Queries
Reports

Projects

Database Basics Tutorials

Create a new database
Create tables
Create forms
Create queries
Create reports

Working with Tables

Modify tables
Create new tables
Specify data types
Specify field properties
Edit records
Find records
Sort and filter records
Create table [...]

Continue reading about Databases