PHP Basics

PHP Day 11: Functions for Form Input Security

This six-minute video covers a couple security issues with HTML forms and how to make forms safer with a few simple PHP functions. There’s also a quick look at the pesky “magic quotes” option.

Click To Play
play_blip_movie_154080();
Links for PHP Day 11: Functions for Form Input Security
Magic quotes:

PHP: Magic Quotes - An overview from the PHP manual.
PHP: […]

Read more »

PHP Day 12: Basics of Regular Expressions

This eight-minute video shows how you can use regular expressions to validate input from an HTML form. It’s only an introduction to regular expressions, so see the links for more in-depth explanations.

Click To Play
play_blip_movie_158062();
Links for PHP Day 12: Basics of Regular Expressions
More on regular expression syntax:

Regular Expressions Tutorial - A detailed tutorial from a site […]

Read more »

PHP Day 13: Date and Time Functions

I learned about some basic date and time functions a few days ago, but I didn’t finish the video until today because I wasn’t feeling well. So, without further ado, here’s the two-minute video:

Click To Play
play_blip_movie_162992();
Links for PHP Day 13: Date and Time Functions
All from the PHP manual:

PHP: Date and Time Functions - Reference page […]

Read more »

PHP Day 14: Cookies

Today I learned just the basic basics of using cookies with PHP. So, this four-minute video is just an introduction.

Read more »

PHP Day 15: Sessions

I didn’t know what a session was until a couple days ago, so this video shares what I’ve learned so far. It’s a short introduction, three and a half minutes long.

Read more »