Posts Tagged ‘teach’

PHP, Jquery, Mysql Browser MMORPG Game tutorial – Project Station Invasion (Part 32)

Website: www.tapt-in.net Project Page: www.psi.tapt-in.net Forum: www.tapt-in.net Project station invasion is a developing full browser MMORPG. Take advantage of the lessons showing you how this game is being made, step by step and code explained.

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.