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)
You need an HTML and PHP file to delete material from your database table from a web browser. Below are screenshots of two samples. Linked in the Download are more examples from the Head First PHP and MySQL Book Web Site.
HTML File
PHP File
Download
Remove_Files (zipped)
You will find a sample similar to the .php pictured above at [...]
Sample Page Titled: authorize.php
Include the file pictured below in the same folder as the page you are trying to protect, like any page that allows someone to enter or delete data. You can download this file at the end of this blog entry.
Script Included on Protected Page
You must include this script above all of the [...]
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 [...]
The information in this quiz comes from Chapter 4 of the Head First HTML with XHTML and CSS book
Quizlet.com HMTL Basics Flash Cards
These are the basic html tags everyone should know
Here’s what it looks like on the page:
Header
Sub Header
Sub Sub Header
This is a paragraph.
Item 1
Item 2
Item 3
Item 1
Item 2
Item 3
W3Schools.com
Caiden from the web development class made this game. Please help him test the robustness of his creation.
caidenhome.com/beefense_page.html
Make a folder named “surf” on your desktop.
Make another folder named “media” inside your surf folder.
Download the surf.html file into your surf folder.
http://hulk.osd.wednet.edu/sleduc/surf/
Download the surf.gif file into your media folder.
http://hulk.osd.wednet.edu/sleduc/surf/media/surf.gif
Open surf.html in Dreamweaver.
View the source code and look to see how the div tags work in the CSS at the top of the page and [...]

