|
|
|
PHP / MySQL Tutorials |
Basic PHP Info
This gives you the basic information you need to get started in PHP. A great place to begin
your journey. You will learn about open/close tags in PHP, comments and the print/echo statements.
PHP Variables
In this tutorial I will give you a start in assigning and reassigning variables in PHP. We will also talk about variable scope
in PHP.
If/Else Statements
In this tutorial you will learn about the powerful if/else statements and also the elseif statement.
It is esential to learn about these statements in PHP because you will be using these alot.
Arrays
This tutorial will teach you how to build arrays and associative arrays. We will talk about how to add
items to the arrays and then pull the data out of them.
Functions
Learn about how to create and use your own functions. We also talk about variable scope in functions.
File Handling
Here you can learn about handling files with PHP. We will talk about open/closing, writing, reading and
deleting files. |
Connection to a MySQL Database
This short tutorial will teach you how to connection to a MySQL database in PHP.
Stripping Slashes
This tutorial will teach you how to strip slashes(/ \) from user input.
Stripping HTML
This tutorial will teach you how to strip dangerous html code from user input in forms etc.
Simple Guestbook
In this tutorial I will show you how to create a very simple but functional guestbook.
Simple Counter
This tutorials will show you how to create a very simple php counter to count hits to your pages. This is a very basic counter that counts page loads not unique visitors. |
Image Verification
In this tutorial I will show you how to create those nifty little verification images you see
on alot of forms these days. You know, the ones where you have to enter the mixed up text from a
image into a form field to verify that you are a person and not a script. |
|
| |
|