Posts Tagged ‘teach’

PHP Tutorials: Simple Rating System (Part 6)

Go to phpacademy.info for help Create a simple rating system for elements inside a database. This is a versatile script lets you incorporate this into any aspect of your site.

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: Simple Rating System (Part 5)

Go to phpacademy.info for help Create a simple rating system for elements inside a database. This is a versatile script lets you incorporate this into any aspect of your site.

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 Tutorial for Beginners – #4 – If Else Statements Boolean Variable

In this tutorial we’re going to make our own first If-Else statement and try to understand how we can use that function for different purposes. If you want to read the code go to: teachmeupphp.blogspot.com

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.