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
This is a great video that shows you a really easy way to install PHP without wasting your time downloading Apache. Once you have PHP ...more
Variables are essential to doing any programming and the same goes for using PHP. In this two part video you will learn what variables are ...more
This video tutorial will show you step-by-step how to create your first PHP script. This is a great foundation for learning this powerful ...more
How to install PHP, Apache and MySQL altogether using WAMP. PHP tutorial guides you on how to develop dynamic database driven website.
Derek Jones shows you how to get started using CodeIgniter - the open source web application framework for PHP programming.
This video shows you how to create a simple application in CodeIgniter. This application in addition to standard considerations ...more
A tutorial showing how to create a login page to the previously created registration page. Enjoy and check out TheTutorialBlog.com for lots ...more
A tutorial showing how to create a page which lets someone add a user to a database using PHP and MySQL.
How to create a user signup page using PHP and MySQL.
Install, Setup, and adapt a free PHP script for adding a calendar to your web site.
How to use PHP to login to a MySQL database.
How to display the data in a MySQL database table in a web page using PHP.
Use PHP Includes to put consistent content on multiple web pages.
A PHP Tutorial about the basics of creating mathematical function.
A PHP programming tutorial providing execution time tips and an intro to basic profiling your PHP scripts.