Posts Tagged ‘teaching’

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

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

PHP Tutorials: Find and Replace

Similar to the find and replace function found in word processors, recreate your own.

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

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

PHP Tutorials: String Functions (Part 2)

Manipulating strings in PHP using various built-in functions!

PHP Tutorials: Form Data Display and Security

Display form data correctly (without slashes being added!) and then ensure you keep this properly displayed data secure with the htmlentities function.

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.