Posts Tagged ‘teach’

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 Tutorial 29 – MySQL Reading Data (PHP For Beginners)

This video explores the SELECT statement when working with MySQL queries in PHP. We take two mock entries from our table and then display two fields in that table onto a clients page. This video does not show how to use the statement effectively but that will be covered further down the line. For more information, check out the website: howtostartprogramming.com

PHP Tutorial 28 – MySQL Inserting Data (PHP For Beginners)

This tutorial takes a look at how to insert data into a MySQL Table and specify which fields to insert data into. There is no example of using this to insert user-generated data yet because of the 15 minute limit but I will cover that don’t worry. The more experienced viewers will know how to do this already. For more information, check out the website: howtostartprogramming.com

PHP Tutorials: Find and Replace

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

PHP Tutorials: Time Since Post (Part 1)

Show you how to display the time since a specific post was made. You can apply this to comment systems, blogs, forums…the list goes on! Code available at phpacademy.info Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com

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!