Toll Free Telephone: 800.385.8350 | Local: 262.671.2023 | Mon-Sat 12am-11:59pm

My Code Teacher

Red Cross
 
PHP
Learn everything PHP related, from basic syntax to algorithmic loops and image programming. Learn how to create fully-functioning web pages and online applications.
Fundamentals
Title
Description
Length
Date Added
Basic Syntax
In a PowerPoint presentation, learn the basics of basic syntax: learn about PHP tags, comments, and basic statements, color-coded editing, and editors. At the end, follow a walkthrough to create your first PHP file.
11:19
Apr 25th, 2009
Variables
Learn about the syntax and usage of PHP variables, including types of variables to declare, memory usage on servers, and more.
15:15
Aug 17th, 2009
Operators
This "PHP Operators" Lesson covers the most important aspects of operators necessary to function most code used in PHP. Assign variables using operators, compare two variables, learn basic math operators (+-/*), increments and decrements, modulus, basic boolean expressions using the ! operators and more.
21:55
Aug 17th, 2009
Strings
There are four ways to display strings in PHP. The "PHP Strings" lesson covers the four most common used methods of displaying strings to the web including how to parse specific string data using the explode function. This lesson will also teach you how to make your strings all upper and lower case using the strtoupper and strtolower functions while hitting on the basics of arrays in preparation of the following "PHP Arrays" tutorial.
35:33
Aug 17th, 2009
Conditional Statements
Learn basic and advanced if/else-if statements. Also Learn the alternate way to do a conditional statement using the switch method.
26:39
Aug 17th, 2009
Arrays
Learn how to construct basic and multidimensional arrays using numerical and associative keys. Additionally, learn how to display and parse arrays using the foreach loop.
28:10
Aug 19th, 2009
Functions
Learn how to create and call basic functions. You will learn the difference between a parameter and an argument, how to return values in functions, display functions and more.
15:01
Aug 19th, 2009
Sessions
Learn the basics on what a session is, how to use one, how to create and destroy one, and also how to destroy only specific elements of a session. Use the active sessions on multiple pages while demonstrating how the data is being saved and pulled.
12:07
Aug 26th, 2009
Projects
Title
Description
Length
Date Added
User Registration Form
Create a registration form for your website while learning how to stop unwanted data from being submitted into your database. This tutorial includes learning how to setup an SQL database in cPanel and also setting up tables and fields in phpMyAdmin.
24:29
Sep 6th, 2009
Sending Email
One of the most important features of a website is the ability to send its guests an email, whether on a newsletter, or for other purposes. This tutorial teaches how to use the mail function built into php.
10:11
Aug 19th, 2009
User Login Form
Use this tutorial to learn how to retrieve and compare data from an SQL database to create a fully functional login form. Learn how to login, and logout of a defined area including displaying content only when you are logged in.
23:45
Oct 18th, 2009
Creating News Posts
Learn how to post news to a website, including editing a news post already made, and deleting a news post already made. This project is integrated with the other projects.
35:49
Jan 14th, 2010
Uploading Files
Learn how to securely upload files to your web server. Also learn how to protect any undesired file formats from being uploaded as well as restricting file size limits.
12:29
Jan 27th, 2010
Object Oriented Programming
Title
Description
Length
Date Added
Intro to OOP
In this introduction to Object-Oriented Programming, learn the basics for programming with objects. Set up and declare multiple instances of your first class.
13:58
Feb 21st, 2010
PayPal
Title
Description
Length
Date Added
Credit Card Processing (1/2)
This video uses the API's for Website Payments Pro (from Paypal). Learn how to process credit cards on any webpage. It is the same credit card system used by MyCodeTeacher.
22:58
Sep 2nd, 2009
Credit Card Processing (2/2)
This is second part of the website payments pro tutorial for processing credit cards online. This tutorial will actually use PHP to call Paypal's servers and authenticate the data submitted from the end-user.
21:41
Sep 2nd, 2009