Tag Archive for php

Weekly Recap | March 3, 2011

Lecture Notes Announcements Review of Project 3 – Navigation & Sitemaps with PHP Server side includes  -  review some student projects – the jquery sliding footer Review of MySQL Database fundamentals Dreamweaver Server Behaviors with PHP & MySQL Assignments Lesson…

Contact Form with a PHP Autoresponder

This tutorial exercises three main concepts of Lesson 3 the POST method of data capture server side includes php programming for business rules. We are going to create a simple example of a very useful website feature.   We will …

PHP and webpages

PHP is a programming language that can be included on webpages and interpreted by the webserver as the page is assembled.    The page is delivered to the browser with the PHP already interpreted – so the View Source feature within…

Getting Started with PHP in Chapter 2

The first half of chapter 2 of our Training from the Source textbook covers the setup and configuration of a php server environment.  These are not steps that we need to take for this class because we are using php…