PHP courses

Course
PHP
Dates And Times in PHP

Struggling with dates and times in PHP? We have you covered in this series, where we look at Carbon, a popular and essential library for working with PHP dates and times.

13 episodes
1 hr 8 mins
Snippet
PHP
Flattening A PHP Multidimensional Array

A couple of methods you can use to flatten a multidimensional array with PHP. The first method looks at a more verbose method of looping through array items and self calling a function/method, and the second looks at using standard PHP classes to make it a bit cleaner.

1 episode
12 mins
Snippet
PHP
Generate Fake Data with PHP using Faker

Speed up development and use Faker to generate fake data, like words, paragraphs, names, email addresses, and so much more! Here, we look at seeding a database with 100 records of data at the click of a button.

1 episode
14 mins
Course
PHP
Regular Expressions

Learn the basics of regular expressions.

11 episodes
24 mins