Author Archive for jayperetz

Dreamweaver | Lecture Notes 4-21-2011

Complex Form Processing download the lesson08 files Examining the POST[] array Setting default Radio Group value with checked=”checked” Set multiselect select name values to arrays Handling mulitselect values to PHP Resetting Passwords examine the process – pg 288 Create a…

Zend_Mail and Form Elements

Setting up for Lesson 8 Download the lesson 8 folder. Update start/scripts/library.php with your own database information. Copy start/scripts/library.php to overwrite completed/scripts/library.php PHP email Sending email with the basic PHP core libraries is a snap, just call mail($to, $subject, $headers,…

Weekly Update | April 7, 2011

Lecture Notes Data Validation with Zend Framework Creating & using custom server behaviors Selecting & Inserting to MySQL with Zend Framework Zend_Auth database table authentication HTML5 Assignments Lesson 7 – Introducing the Zend Framework – read the blog entry before…

Weekly Update | March 31, 2011

Lecture Notes Review midterm CTE Surveys Zend Framework – what is it and how will we work with it – /home/WWW_pages/jperetz/advdw/ZendFramework/library – pseudo-MVC development – local code-hinting SQL:Alter Table Upgrading the Enter User form with server-side validation Assignments Lesson 7…

Relational Databases and SQL Joins

A student asks “I don’t really yet understand Joins, just figured it out using the example in the text book.  Joins are fascinating and I look forward to better understanding them as I use them at work in a ‘trial…