PHP Video Training Tutorials – 33 Hours

Here is a collection of over 33 hours of premium video tutorials on PHP by Pluralsight. In order to view the videos, you need to become a member of Pluralsight. This is an example of custom php code on a computer screen. By Ron23545 – Dragonpoint Custom Software Developers, CC BY-SA 4.0, https://commons.wikimedia.org/w/index.php?curid=48764452 Background: PHP is a server-side scripting language. It is designed for web development,... [Read More...]

PHP Complete Beginner’s Tutorials – 27 Video Tutorials

Here is a collection of 27 free video tutorials on PHP for developers. PHP is a general-purpose scripting language that was originally designed for web development to produce dynamic web pages. PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document. PHP was originally created by Rasmus Lerdorf in 1995, and is now maintained by the PHP Group. It is totally... [Read More...]

How to make your own cms

Do you want to create your own content management system like joomla  , wordpress or drupal . Well here is a series of tutorials by Peter Zeidman Part 1 of the series begins with a look at the overall plan for the CMS, and a look at PHP and the concept of object-oriented programming.  Part 2 takes a look at the basic PHP code that will power the CMS.  Part 3 examines the creation of the database and the database connector.  Part 4 explores validation,... [Read More...]

PHP Video Tutorial – 1 – Installing Software

This programming video tutorial series will show you how to use PHP. PHP has evolved from the “Personal Home Page” that was created in 1994 by Rasmus Lerdorf to track users accessing his website. In this first video, we will look at how to install Apache and MySQL by using Xampp. We will also install Notepad2 because it color codes the syntax of the PHP language. The last thing we will do is write a small “Hello World” application. Here... [Read More...]