How do you get lots of data from a spreadsheet into HTML format without spending a lot of time geeking? Watch this tutorial and see!
Download Samples
example_clients (Excel File)
example_clients (HTML File)
Creating an input page to add information into a database table entails three steps
Create the ’sims’ database table
Create the html input form connected to the php script that adds the information into the table
Create the php script
Database Table
HTML Input Form
PHP Input Form
Download
Sims_Table_and_Input_Files Take II (zipped)
To create a simple search form and php script examine the following examples. The HTML form and PHP script are all in one document. You can download it below. Also remember to change the variables to your specific database and HTML form needs.
The HTML and PHP Form
Download
search.php (zipped)
The Tutorials
You should subscribe to rrphillips’ channel at [...]
Chapter 1: Adding Life to Web Pages with PHP
Goals
Learn the basic syntax and commands of PHP
Terms
HTML
PHP
Web Form
Browser
<?php ?>
Variable
Quotes
Echo
$_POST
Web Server
Array
Superglobal
Mail()
Concepts
HTML on Client side
PHP on Server side
PHP Syntax and command structure
Resources
Graphical Secure File Transfer Applications
Fugu (Mac)
WinSCP (Windows)
SSH (Secure Shell) Client
Terminal (Mac) - is already on all Macs
PuTTY (Windows and Unix)
HTML Editor
Kompozer
phpMyAdmin
Hulk Server Access
Head [...]
The information in this quiz comes from Chapter 4 of the Head First HTML with XHTML and CSS book

