Posts Tagged ‘Me’

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.

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!