Learn how to program a basic script using PHP and MYSQL
Installing a free message board script from PHP Junkyard.
This video documents installing a php script (Almond Classified) that allows for web visitors to post classified ads on your web page.
Learn how to install Apache and MySQL by using XAMPP. You will also write a small application in PHP.
This video covers creating and programming a a PHP-based web forum. Topics include basic layout, login and logout, Admin start, creating ...more
How to add an admin to a blog using mySQL and PHP
This is a PHP tutorial regarding the For and Foreach functions.
A PHP and HTML programming Tutorial in which we processes information from a form using the $_POST[]; functions in PHP and created a table ...more
A PHP programming tutorial on creating a User Login and setting cookies.
A PHP Tutorial on how to create a calculator.
How to program a user registration using php, sql and phpmyadmin.
A PHP programming tutorial on how to work with variables and also how to use the if and else functions.
How to manage user logins by creating a MySQL user login database with PHP.
A PHP programming tutorial on how to set up a user database.
A PHP tutorial on how to log out a user and destroy a session.
Using PHP & HTML to generate a user login form and authenticate the user.
How to program and work with variables when programming in PHP.
Learn how to install PHP and some of the basics of PHP programming including some basic commands including conditionals and booleans for ...more
We do recommend that you watch the other PHP tutorials or at least have a basic understanding of variables and arrays before you start part ...more
Arrays are a way of organizing information in "stacks" so that there is multiple information within the same variable. This is a powerful ...more