Welcome to Beginning PHP, My name's David and together we'll discover why millions of websites use PHP to generate amazing dynamic pages.
Just what is PHP code anyway? This video covers basic comments, variables, and the SciTE editor.
What is a variable and what is a string? Strings differ from variables in that they are a collection of values in one variable.
Now that we have a basic understanding of what PHP is - lets make something!
One of the most powerful features of Dynamic Coding is the ability to pass values to new pages! Here we start learning about the $_GET super global.
Now I will teach you about the $_POST Superglobal. $_POST allows you to pass data to a page in the request "Headers" instead of the URL.
Today we will go over simple control structures. Depending on whether the control structures are true or false will determine what your code does next.
Now that you understand IF lets look at two other control structures that are used in an IF statement - else and elseif.
This video shows installing WAMP 2.0 and the Xdebug PHP Extention so you can start working with PHP!
In this tutorial we are going to install the XAMMP server and the Eclipse IDE on a USB drive so you can take your PHP anywhere! Great for people to poor for a laptop.
This Tutorial covers Cross Site Scripting (XSS), Cross Site Forgery Requests (CSFR), SQL Injection, globals, and much more!
If you have ever had problems with images being so big they don't fit on the screen - then this is for you! We will also cover resizing hundreds of images all at once.
Copyright © 2008 David Pennington. You are free to download/view any and all videos on this site. You may copy them, share them, and give them away. You may NOT sell them, edit them, or post them to other sites. Files included with videos are released under the GPL v3.