PHP Arrays for Beginners
An introduction to PHP arrays for those with no experience with the
An introduction to PHP arrays for those with no experience with the
This video takes you through the basics of styling the navigation you’ve built throughout the first 4 videos.
This 4th video shows you how to take your nested repeat and turn it in to a fully fledged, dynamic navigation bar complete with dynamic URL’s, etc.
Part 3 shows you how to create the nested repeat region that forms the core of the navigation.
Part 2 shows you how to insert the information in to your database and explains the method used and how the database tables interact with each other to create a flexible, 2 tiered navigational structure.
This video series shows you how to create dynamic database driven nested navigation. This first part shows you how to create the database structure that will be used throughout the series.
This video tutorial teaches form validation in PHP.
Video teach users how to write PHP scripts that interact with data in MySQL. It isn’t too detailed, but anyone who is familiar with Linux servers should be able to follow it easily.
This video tutorial talks you through the basics of PHP forms – the $_POST and $_GET methods, how to retrieve submitted data. It also shows you an easy method to see if the form has been submitted and a way to show errors on the same page.