From fcf18ae51cad41c31db75e719b62863784e67d88 Mon Sep 17 00:00:00 2001 From: Konstantinos Megas <44091936+nextdoorpanda@users.noreply.github.com> Date: Thu, 1 Sep 2022 08:44:23 +0300 Subject: [PATCH 1/7] Update README.md adds resource --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a73a404..573430c 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,11 @@ https://www.youtube.com/playlist?list=PLFHz2csJcgk_fFEWydZJLiXpc9nB1qfpi A free 63-video PHP series created by an established YouTuber & course creator. Last updated on Jun 6, 2020. +- **PHP Tutorial for Beginners - Full Course | OVER 7 HOURS!** +https://www.youtube.com/watch?v=t0syDUSbdfE + +A free 7hour PHP (features PHP 8) video course created by Envato Tuts+. Tutor: Jeremy McPeak. Uploaded on Jan 12, 2022. + # Intermediate From f1f110360c50ca03c07eb8eaf98303b39c9d4e91 Mon Sep 17 00:00:00 2001 From: Konstantinos Megas Date: Sat, 3 Sep 2022 09:49:40 +0300 Subject: [PATCH 2/7] adds resources --- README.md | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/README.md b/README.md index 573430c..a56f62a 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,42 @@ https://www.youtube.com/watch?v=t0syDUSbdfE A free 7hour PHP (features PHP 8) video course created by Envato Tuts+. Tutor: Jeremy McPeak. Uploaded on Jan 12, 2022. +- **Jon Duckett's PHP & MySQL: Server-side Web Development Book** +https://www.amazon.com/PHP-MySQL-Server-side-Web-Development/dp/1119149215 + +Written by best-selling HTML & CSS and JavaScript & jQuery author Jon Duckett, this book uses a unique visual approach, with step-by-step instructions, practical code examples and pro tips that will teach you how to build modern database-driven websites using PHP. Paid. + +**Brad Hussey's Practical PHP: Master the Basics and Code Dynamic Websites (Free Udemy Course)** +https://www.udemy.com/course/code-dynamic-websites/ + +A free 6.5hour video course. Learn PHP through real-world application & examples. + +**Dary Nazar's PHP & MySQL course for absolute beginners | Become a PHP pro (Free Udemy Course)** +https://www.udemy.com/course/php-mysql-course-for-absolute-beginners/ + +A free 7.5hour video course. + +- **Dr Charles Severance's (aka Dr Chuck) Web Applications for Everybody Course** +https://www.youtube.com/watch?v=xr6uZDRTna0 + +A free 14.5hour PHP and MySQL (also covers HTML and JavaScript) video course created by University of Michigan's Professor, Dr Charles Severance. Uploaded to freeCodeCamp's YouTube channel on Nov 4, 2021. You can also find it as ["*Web Applications for Everybody Specialization*"](https://www.coursera.org/specializations/web-applications#courses) on Coursera. Specializations in Coursera aren't free, although you can separately enroll to each course of a Specialization which is free. + + +**The Codeholic's PHP For Beginners** +https://www.youtube.com/playlist?list=PLLQuc_7jk__Wmf_dN_Hhe88GTw-YAMIWk + +A free 38-video PHP playlist which contains both beginners and advanced video courses & tutorials. Last updated on Nov 26, 2021. + +**The Codeholic's PHP For Absolute Beginners | 6.5 Hour Course** +https://www.youtube.com/watch?v=2eebptXfEvw + +A free 6.5hour video course. Tutor: The Codeholic. Video is hosted by Traversy Media + +- **Program With Gio's Learn PHP 8 The Right Way - Full PHP 8 Tutorial For Beginners & Advanced** +https://www.youtube.com/playlist?list=PLr3d3QYzkw2xabQRUpcZ_IBk9W50M9pe- + +A free 98-video PHP series which covers both beginners and advanced topics. Last updated on Aug 25, 2022. + # Intermediate @@ -91,4 +127,24 @@ https://www.youtube.com/playlist?list=PLFHz2csJcgk-7hgKrjUa_IP5YCLE4vJhV A free 15-video PHP series created by an established YouTuber & course creator. Last updated on Dec 7, 2020. +- **Learn Object Oriented PHP - 2 hour Object Oriented Programming Lesson For Beginners | PHP OOP** +https://www.youtube.com/watch?v=NyRWaQo1pZo + +A free 2hour PHP video course. Tutor: Gary Clarke. Uploaded on Jan 1, 2021. + +- **PHP OOP Full Course** +https://www.youtube.com/watch?v=fiMo0zNdrt4 + +A free 1.5hour PHP video course. Tutor: Peter Fisher. Uploaded on Jan 1, 2019. + +**The Codeholic's PHP For Beginners** +https://www.youtube.com/playlist?list=PLLQuc_7jk__Wmf_dN_Hhe88GTw-YAMIWk + +A free 38-video PHP playlist which contains both beginners and advanced video courses & tutorials. Last updated on Nov 26, 2021. + +- **Program With Gio's Learn PHP 8 The Right Way - Full PHP 8 Tutorial For Beginners & Advanced** +https://www.youtube.com/playlist?list=PLr3d3QYzkw2xabQRUpcZ_IBk9W50M9pe- + +A free 98-video PHP series which covers both beginners and advanced topics. Last updated on Aug 25, 2022. + # Advanced From 5b86ea19135b4a44d83b009a70aa8ba3e1aa0df6 Mon Sep 17 00:00:00 2001 From: Konstantinos Megas Date: Sat, 3 Sep 2022 09:52:38 +0300 Subject: [PATCH 3/7] fixes text indentation --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a56f62a..ef4273f 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,12 @@ https://www.amazon.com/PHP-MySQL-Server-side-Web-Development/dp/1119149215 Written by best-selling HTML & CSS and JavaScript & jQuery author Jon Duckett, this book uses a unique visual approach, with step-by-step instructions, practical code examples and pro tips that will teach you how to build modern database-driven websites using PHP. Paid. -**Brad Hussey's Practical PHP: Master the Basics and Code Dynamic Websites (Free Udemy Course)** +- **Brad Hussey's Practical PHP: Master the Basics and Code Dynamic Websites (Free Udemy Course)** https://www.udemy.com/course/code-dynamic-websites/ A free 6.5hour video course. Learn PHP through real-world application & examples. -**Dary Nazar's PHP & MySQL course for absolute beginners | Become a PHP pro (Free Udemy Course)** +- **Dary Nazar's PHP & MySQL course for absolute beginners | Become a PHP pro (Free Udemy Course)** https://www.udemy.com/course/php-mysql-course-for-absolute-beginners/ A free 7.5hour video course. @@ -73,12 +73,12 @@ https://www.youtube.com/watch?v=xr6uZDRTna0 A free 14.5hour PHP and MySQL (also covers HTML and JavaScript) video course created by University of Michigan's Professor, Dr Charles Severance. Uploaded to freeCodeCamp's YouTube channel on Nov 4, 2021. You can also find it as ["*Web Applications for Everybody Specialization*"](https://www.coursera.org/specializations/web-applications#courses) on Coursera. Specializations in Coursera aren't free, although you can separately enroll to each course of a Specialization which is free. -**The Codeholic's PHP For Beginners** +- **The Codeholic's PHP For Beginners** https://www.youtube.com/playlist?list=PLLQuc_7jk__Wmf_dN_Hhe88GTw-YAMIWk A free 38-video PHP playlist which contains both beginners and advanced video courses & tutorials. Last updated on Nov 26, 2021. -**The Codeholic's PHP For Absolute Beginners | 6.5 Hour Course** +- **The Codeholic's PHP For Absolute Beginners | 6.5 Hour Course** https://www.youtube.com/watch?v=2eebptXfEvw A free 6.5hour video course. Tutor: The Codeholic. Video is hosted by Traversy Media @@ -137,7 +137,7 @@ https://www.youtube.com/watch?v=fiMo0zNdrt4 A free 1.5hour PHP video course. Tutor: Peter Fisher. Uploaded on Jan 1, 2019. -**The Codeholic's PHP For Beginners** +- **The Codeholic's PHP For Beginners** https://www.youtube.com/playlist?list=PLLQuc_7jk__Wmf_dN_Hhe88GTw-YAMIWk A free 38-video PHP playlist which contains both beginners and advanced video courses & tutorials. Last updated on Nov 26, 2021. From 0e2e2ca61a6299961d153c171447763c1b05c774 Mon Sep 17 00:00:00 2001 From: Konstantinos Megas Date: Sat, 3 Sep 2022 09:58:56 +0300 Subject: [PATCH 4/7] adds resource --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef4273f..e7a93ba 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,11 @@ https://www.amazon.com/PHP-MySQL-Server-side-Web-Development/dp/1119149215 Written by best-selling HTML & CSS and JavaScript & jQuery author Jon Duckett, this book uses a unique visual approach, with step-by-step instructions, practical code examples and pro tips that will teach you how to build modern database-driven websites using PHP. Paid. +- **Flavio Cope's PHP & MySQL: Server-side Web Development Book (free)** +https://thevalleyofcode.com/php/ + +Available online but you can also [download](https://thevalleyofcode.com/download/php/) it (requires newsletter subscription) in all known formats (PDF/EPUB/Mobi). Updated June, 2022. Free. + - **Brad Hussey's Practical PHP: Master the Basics and Code Dynamic Websites (Free Udemy Course)** https://www.udemy.com/course/code-dynamic-websites/ @@ -72,7 +77,6 @@ https://www.youtube.com/watch?v=xr6uZDRTna0 A free 14.5hour PHP and MySQL (also covers HTML and JavaScript) video course created by University of Michigan's Professor, Dr Charles Severance. Uploaded to freeCodeCamp's YouTube channel on Nov 4, 2021. You can also find it as ["*Web Applications for Everybody Specialization*"](https://www.coursera.org/specializations/web-applications#courses) on Coursera. Specializations in Coursera aren't free, although you can separately enroll to each course of a Specialization which is free. - - **The Codeholic's PHP For Beginners** https://www.youtube.com/playlist?list=PLLQuc_7jk__Wmf_dN_Hhe88GTw-YAMIWk From 5451d59dd18666e74caf373d9401400cbf7ea939 Mon Sep 17 00:00:00 2001 From: Konstantinos Megas Date: Sat, 3 Sep 2022 10:01:23 +0300 Subject: [PATCH 5/7] edits resource --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7a93ba..b639caf 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ https://www.youtube.com/watch?v=t0syDUSbdfE A free 7hour PHP (features PHP 8) video course created by Envato Tuts+. Tutor: Jeremy McPeak. Uploaded on Jan 12, 2022. -- **Jon Duckett's PHP & MySQL: Server-side Web Development Book** +- **Jon Duckett's PHP & MySQL: Server-side Web Development Book (paid)** https://www.amazon.com/PHP-MySQL-Server-side-Web-Development/dp/1119149215 Written by best-selling HTML & CSS and JavaScript & jQuery author Jon Duckett, this book uses a unique visual approach, with step-by-step instructions, practical code examples and pro tips that will teach you how to build modern database-driven websites using PHP. Paid. From e0ee8ce405ff17dd892a09b54cf070028994b265 Mon Sep 17 00:00:00 2001 From: Konstantinos Megas Date: Sun, 4 Sep 2022 11:43:05 +0300 Subject: [PATCH 6/7] adds resources --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index b639caf..1219b2c 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,21 @@ https://www.udemy.com/course/php-mysql-course-for-absolute-beginners/ A free 7.5hour video course. +- **Codemy's PHP For Web Development YouTube Tutorial Series** +https://www.youtube.com/playlist?list=PLCC34OHNcOtoOZr2of9zmL6keu59FoVE8 + +A free 21-video PHP series created by an established YouTuber & course creator. Last updated on May 11, 2019. + +- **Brad Traversy's (Traversy Media) PHP: Front To Back YouTube Tutorial Series** +https://www.youtube.com/playlist?list=PLillGF-Rfqbap2IB6ZS4BBBcYPagAjpjn + +A free 22-video PHP series created by an established YouTuber & course creator. Last updated on Jun 3, 2017. + +- **Brad Traversy's (Traversy Media) PHP For Beginners | 3+ Hour Crash Course** +https://www.youtube.com/watch?v=BUCiSSyIGGU + +A free 3hour crash course video created by an established YouTuber & course creator. Uploaded on Mar 30, 2022. + - **Dr Charles Severance's (aka Dr Chuck) Web Applications for Everybody Course** https://www.youtube.com/watch?v=xr6uZDRTna0 From 4d7a043d99996dfc2a625d5b30f8395dfefec18d Mon Sep 17 00:00:00 2001 From: Konstantinos Megas Date: Sun, 4 Sep 2022 11:44:56 +0300 Subject: [PATCH 7/7] adds resource --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1219b2c..2cf945c 100644 --- a/README.md +++ b/README.md @@ -167,3 +167,8 @@ https://www.youtube.com/playlist?list=PLr3d3QYzkw2xabQRUpcZ_IBk9W50M9pe- A free 98-video PHP series which covers both beginners and advanced topics. Last updated on Aug 25, 2022. # Advanced + +- **Brad Traversy's (Traversy Media) PHP REST API From Scratch YouTube Tutorial Series** +https://www.youtube.com/playlist?list=PLillGF-RfqbZ3_Xr8do7Q2R752xYrDRAo + +A free 3-video PHP series created by an established YouTuber & course creator. Last updated on Jul 26, 2018. \ No newline at end of file