ProgrammingUnderrated PHP tutorial series from scratch
Posted:

ProgrammingUnderrated PHP tutorial series from scratchPosted:

CriticaI
  • Summer 2018
Status: Offline
Joined: Nov 05, 201310Year Member
Posts: 2,737
Reputation Power: 448
Status: Offline
Joined: Nov 05, 201310Year Member
Posts: 2,737
Reputation Power: 448
Haven't posted in a long time

Found an underrated series on YouTube which teaches you how to make a website using PHP.

He shows you how to keep your code clean even as your website gets more complicated.

He starts from scratch and walks you up to more complex topics such as routing, auto loading, and service containers.

This series is for beginners but has a lot of valuable skills even for seasoned developers.

There should be 30+ episodes in the playlist. Hopefully the links work.

Good luck!




Full playlist:


[Episode #1] How to Choose A First Programming Language
[youtube]
youtube.com/watch?v=U2lQWR6uIuo
[/youtube]


[Episode #2] Tools for the Trade
[youtube]
youtube.com/watch?v=GeEGZYnzffo
[/youtube]


[Episode #3] Your First PHP Tag
[youtube]
youtube.com/watch?v=Nu-KcUO3q_U
[/youtube]


[Episode #4] Variables
[youtube]
youtube.com/watch?v=twfIaZEF21k
[/youtube]


[Episode #5] Conditionals and Booleans
[youtube]
youtube.com/watch?v=c2eThSDDwH0
[/youtube]


[Episode #6] Arrays
[youtube]
youtube.com/watch?v=8cVk6qVO99w
[/youtube]


[Episode #7] Associative Arrays
[youtube]
youtube.com/watch?v=aSG5MXzn01Q
[/youtube]


[Episode #8] Functions and Filtering
[youtube]
youtube.com/watch?v=FcTdVwQgvkI
[/youtube]


[Episode #9] Lambda Functions
[youtube]
youtube.com/watch?v=cFpBK2EBrMY
[/youtube]


[Episode #10] Separate PHP Logic From the Template
[youtube]
youtube.com/watch?v=AmaZDxp7Ejg
[/youtube]


[Episode #11] Technical Check-In (With Quiz)
[youtube]
youtube.com/watch?v=byQWb11w0ss
[/youtube]



[Episode #12] Page Links
[youtube]
youtube.com/watch?v=kxHpon75SQo
[/youtube]


[Episode #13] Partials
[youtube]
youtube.com/watch?v=dda0u9I2mog
[/youtube]


[Episode #14] Superglobals and Current Page Styling
[youtube]
youtube.com/watch?v=Qy9d-kMDTnw
[/youtube]


[Episode #15] Make a PHP Router
[youtube]
youtube.com/watch?v=siQUekpmImw
[/youtube]


[Episode #16] Create a MySQL Database
[youtube]
youtube.com/watch?v=hgecYFLOiuE
[/youtube]


[Episode #17] PDO First Steps
[youtube]
youtube.com/watch?v=9XMerRvEMSI
[/youtube]


[Episode #18] Extract a PHP Database Class
[youtube]
youtube.com/watch?v=nnH7sKv_sbA
[/youtube]


[Episode #19] Environments and Configuration Flexibility
[youtube]
youtube.com/watch?v=PDtBKgOJhGY
[/youtube]


[Episode #20] SQL Injection Vulnerabilities
[youtube]
youtube.com/watch?v=ZCdbjkjxuEE
[/youtube]


[Episode #21] Mini-Project: Notes App
[youtube]
youtube.com/watch?v=ikFao3g6RmE
[/youtube]


[Episode #22] Render the Notes and Note Page
[youtube]
youtube.com/watch?v=fdG98hyssNU
[/youtube]


[Episode #23] Introduction to Authorization
[youtube]
youtube.com/watch?v=N4PIFGviVJw
[/youtube]


[Episode #24] Programming is Rewriting
[youtube]
youtube.com/watch?v=Ah58xQF_Szw
[/youtube]


[Episode #25] Intro to Forms and Request Methods
[youtube]
youtube.com/watch?v=LOfyel_cpzo
[/youtube]


TTG Has Limit on Number of videos.
The Rest of the videos can be found here.
Laracast YouTube Channel
Look for playlist called PHP for Beginners (2023 Edition)



FAQ:

Ask a question about PHP and I'll answer it here

The following 3 users thanked CriticaI for this useful post:

Frog (01-19-2023), Chosen (01-14-2023), Wraith (01-14-2023)
#2. Posted:
Wraith
  • Graphics King
Status: Online
Joined: Sep 29, 20176Year Member
Posts: 4,967
Reputation Power: 65700
Motto: https://wraith.to
Motto: https://wraith.to
Status: Online
Joined: Sep 29, 20176Year Member
Posts: 4,967
Reputation Power: 65700
Motto: https://wraith.to
Thanks for the recommendation, I did want to find a series at some point that is up to date which uses secure methods etc to prevent XSS as well as other vulnerabilities so this is perfect.
#3. Posted:
BenC
  • Winter 2022
Status: Offline
Joined: Oct 08, 201013Year Member
Posts: 2,738
Reputation Power: 1376
Status: Offline
Joined: Oct 08, 201013Year Member
Posts: 2,738
Reputation Power: 1376
I've been doing some coding to learn PHP but always ended up loosing track. Working two jobs and studying at uni doesn't leave me with a lot of time I'm going to try to get back into it though and use the youtube videos you have given, thanks
#4. Posted:
RiddIer
  • Winter 2019
Status: Offline
Joined: Mar 30, 201211Year Member
Posts: 1,758
Reputation Power: 569
Status: Offline
Joined: Mar 30, 201211Year Member
Posts: 1,758
Reputation Power: 569
I came across this series back when I was looking for a refresher on PHP. The only problem with it is you are developing in PHP
Users browsing this topic: None
Jump to:


RECENT POSTS

HOT TOPICS