Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

Learning PHP Programming Lesson 6: Functions


Part 4 - PHP programming - Functions, Functions, Functions

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!
PHP / MySQL Test Server Setup - Part 2

PHP / MySQL Test Server Setup - Part 2

Mostly for students in my programming class. Part 2 - This walks you through how to setup the software. nVU, Notepad++, PHP Designer are straight forward. WinLAMP has a few more options.
PHP / MySQL Test Server Setup - Part 3

PHP / MySQL Test Server Setup - Part 3

Mostly for my programming students. Part 3 - This video walks you through how to test and configure the Apache web server. I don't get into all the configuration options, just the ones that you're most likely to use as a developer. Just the basics.
PHP / MySQL Test Server Setup - Part 4

PHP / MySQL Test Server Setup - Part 4

This video is mostly for students in my programming class. Part 4 - This video continues to talk about the winLAMP setup. In this video, I'll walk you through: - How to re-map the documentroot folder - How to use multiple documentroot folder (the cheater / easy way) - And finally, I'll walk you through an entire process of creating a php program, where to save it, how to run it. The php file will do 2 things: test if PHP is talking to the Apache web server, test the connection to the database.
PHP Basics: Common Errors (Part 1)

PHP Basics: Common Errors (Part 1)

Common errors you may come across when programming, and the solutions.