Posts Tagged ‘teaching’

PHP Tutorials: Date and Time (Part 2)

How to display the current time, a time in the past or present, and how to create a simple countdown script.

PHP Tutorials: Create a mailing list (Part 1)

Send an email to a list of users and their email addresses inside a MySQL database.

PHP Tutorials: Upload an Avatar/Profile Image (Part 1)

This handy feature lets you incorperate this simple function into your site allowing your users to upload an avatar/profile image!

PHP Tutorials: SQL Injection (Part 2)

Learn how to protect against SQL injection by simply changing one line of code!

PHP Tutorials: Create a news feature (Part 1)

Create a news feature and keep people updated!

PHP Tutorials: Form Validation (Part 2)

A professional, nicely flowing way to validate form input when checking for existance.

PHP Tutorials: Image upload site: Albums (Part 2)

Add album functionality allowing the user to create, view and delete albums, as well as seeing their contents.

PHP Tutorials: String Functions (Part 1)

Manipulating strings in PHP using various built-in functions!

PHP Tutorials: Create a Search Engine (Part 5/5)

Create a search engine for any purpose. This search engine can be implemented anywhere to search your website content, or to search pages on the web.