My Notes for PHP & MySQL Dynamic Web Sites

Below are my examples & practice pages.

Most pages have been removed due to unauthorized attempts to circument security features.

PHP Info

Chapter 2 - Programming with PHP

constants.php
form.html
calendar.php
about.html
sorting.php

Chapter 3 - Creating Dynamic Web Sites

ChapterMultiple files index2.php
Handling HTML Forms & PHP Redux calculator.php
Creating & Calling Your Own Functions dateform.php

Chapter 8 - Error Handling and Debugging

display_errors.php
report_errors.php
handle_errors.php

Chapter 9 - Using PHP with MySQL

index.php

Chapter 11 - Web Application Development

email.php
upload_image.php
images.php

Chapter 12 - Cookies and Sessions

login.php

Chapter 13 - Security Methods

email.php - updated
calculator.php - updated with typecasting
upload_rtf.php
xss.php
calculator.php - updated using filter extension
post_message.php - using MySQL prepared statements

Chapter 14 - Perl-Compatible Regular Expressions

PERL-Compatible regular expressions
PERL-Compatible regular expressions - print every match
Match and replace patterns

Chapter 15 - Introducing jQuery

Test jQuery
Calculator
login.php - Ajax

Chapter 16 - An Object-Oriented Programming (OOP) Primer

register.php - updated for Object Oriented Programming
Post a message
Date and Time

Chapter 17 - Example Message Board

message board index

Chapter 18 - User Registration

user registration page

Chapter 19 - eCommerce

index page
add artist
add print

To My Web design notes