php

PHP and SQLite

This video tutorial will show you the basics on how to use SQLite database engine to create databases, tables, insert data and retrieve data. We will also look at how to use SQLiteManager web based tool to manage SQLite databases.

PHP and SQLite (14MB)

by Kusal Arthanayake

Learn Shopping Cart Basics with php

This video lesson will cover the basics of creating a simple shopping cart using php and mysql.

Shopping Cart Basics with php (25MB)

by Kusal Arthanayake

Create a simple php Contact Us form

This video lesson will look at how to create a simple Contact Us form for your website. Using the knowledge you get from this lesson series, you can customize your own form as you like.

Contact Us - Part 1 (3MB)

Contact Us - Part 2 (11MB)

by Kusal Arthanayake

Working with HTML Forms and PHP

This lesson series will show how to grab submitted form data using php. It will cover html form elements like text boxes, select boxes(drop down), radio buttons, check boxes and text areas. Final video will teach you the difference between GET and POST method.

HTML Forms and PHP - Part 1 (10MB)

HTML Forms and PHP - Part 2 (15MB)

HTML Forms and PHP - POST vs GET Method (4MB)

by Kusal Arthanayake

Build a basic php login system

This lesson will show you the basics of how to build a simple login system.

PHP Login Part - 1 (1MB)

PHP Login Part - 2 (31MB)

Remove Undeclared variable notice (3MB)

by Kusal Arthanayake

Dynamic Drop Down Boxes and Photo Navigator using PHP

This video lesson series will first cover how to create drop down boxes dynamically using database values. Also it will show you how to dynamically populate a Drop down box when a value is selected from another drop down box.

Final video will show you how to build a simple photo navigator, how to create 'next' and 'previous' links using database values.

Dynamic DropDown - Part 1 (1MB)

Dynamic DropDown - Part 2 (15MB)

Dynamic DropDown - Part 3 (18MB)

Photo Navigator (27MB)

by Kusal Arthanayake

Advance PHP - Basic PhotoBook

These two video lessons will teach you how to build a very basic PhotoBook. Main idea of this lesson is to teach how to Upload Files, Create Folders, Scan Folders, Create Sessions.

Advance-PHP-1 (20MB)

Advance-PHP-2 (25MB)

by Kusal Arthanayake

A beginners introduction to PHP

You will learn basics about what PHP is, why we use it, what are PHP syntax and database connectivity.

Part 1 - Introduction (14MB)

Part 2 - Syntax, Variables, Conditions (18MB)

Part 3 - Arrays, Loops, Functions (10MB)

Part 4 - Forms and Databases (10MB)

by Kusal Arthanayake