Continue reading about CSSZenGarden Deconstruction & Rebuild
Taught a class today on basic HTML. It went well. Students worked collaboratively and built some good, simple pages. I then headed out and about on the town and saw some interesting sights. I am captivated by the small differences I see here and there. Like hundreds of bikes parked outside a dorm. Don’t see [...]
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 [...]
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 [...]
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 [...]
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

