Posts Tagged ‘variable’

PHP Tutorial – 03 – Variables

This PHP tutorial lives at: www.programmingvideotutorials.com The video demonstrates how to variables in PHP.

Flash + PHP USA Map Button Graphical Interfacing Tutorial CS3 CS4 CS5

Free Editable Source – www.developphp.com Free flash 8+CS3+CS4 source file for flash webmasters looking to offer a cooler looking menu system for selecting geographic areas on a map type layout. PHP + Actionscript 3.0 and 2.0

PHP MySQL Tutorial: Create a Simple View Counter -HD-

In this tutorial, you will learn how to create a simple view counter with PHP and MySQL. Be sure to SUBSCRIBE because there will be a new tutorial every week. Suggest tutorials at www.rivercitygraphix.com For project files, help forums, and more check out the website at http

PHP Tutorial – Securing a MySQL Query (Part 1)

Simple tutorial on how to secure a basic mysql query.

PHP & MySQL Tutorial 11: Extending a Basic Blog: Part 1

This tutorial goes over an inner join SQL query and extending the basic blog from tutorial 10 to have a link to a single-post page. First of all, I am basing this tutorial on the last tutorial(10), which established a basic blog. Here we are going to compound the original statement, and make a link in the main blog to post pages where it shows only the post, and possibly more content in the future. Make sure to see Part 2 and 3!

PHP Basics: GET variable

Used for passing variables between pages on the submission of forms or manual entry in the URL (address) bar of your browser.

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!

Part 4 – PHP programming – Functions, Functions, Functions

Another step down the path of learning PHP programming. In this section we delve into PHP functions. What are they? How do we use them? How do we create our own functions? Enjoy!