Posts Tagged ‘Me’

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

Simple PHP Game, Tutorial – Part 1: Getting Started

Please SUBSCRIBE, RATE and COMMENT. In this part I am showing you how to set up your files, and creating and placing a logo. Thank you for watching.

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!