PHP Basics: Loops – While statement
The While statement acts as a loop, checking a condition at the start and executing a following block of code if that condition is met.
PHP Basics: IF statement
The IF statement is used to run code depending on a condition being true or false.
PHP Basics: Advanced function
Not the trickiest example function, however this will teach you how to output a value created from within the function.
PHP Forum // Login and Logout
Part 2 in PHP Forum Tutorial. Creating the login and logout functions. HD: www.neoblob.com
Building a CMS with PHP and MYSQL Part 3
Watch the HD and readable versoin here ------\/ www.qzpstudios.com Part 3 --------------------------------- Listing all posts and adding delete functionality. See the site for more videos and other goodies like source code and HD video! ----------------------------------------- www.qzpstudios.com
PHP Basics: Arrays
Arrays allow you to store a number of data values inside one variables, which makes it easier to read, quicker to assign and easier to access each element!
Javascript Tutorial // Changing Image Using Dropdown
This tutorial goes over using a dropdown to change the source of an image. HD: neoblob.com
PHP Tutorials: Show Recent Twitter Tweets using cURL
Show your most recent Twitter tweets using curl, a free client-side library standard to most hosting packages. Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com
Uploading YouTube Videos with the PHP Client Library
Jochen Hartmann demonstrates the basics of how to use the PHP Client Library with the youtube Data API. PHP Developer's Guide: code.google.com Other documentation: code.google.com Please note that the code demonstrated is currently only available by obtaining the latest revision of the Zend Framework from svn.

