PHP in 100 Seconds

preview_player
Показать описание

#programming #webdev #100SecondsOfCode

🔗 Resources

📚 Chapters

🔥 Get More Content - Upgrade to PRO

Use code lORhwXd2 for 25% off your first payment.

🎨 My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

🔖 Topics Covered

- History of PHP
- PHP syntax and features
- Basic Overview of PHP
- What does PHP stand for?
- Does Facebook use PHP?
- Websites that use PHP
Рекомендации по теме
Комментарии
Автор

Finally, the final boss of the 100 seconds series

beepboopbeepboopbeepboopbeep
Автор

No matter how much hate PHP gets, it'll always have a special place in my heart. I built a crappy backend for a mobile app I made to enter a software competition back in 2012. All vanilla PHP, no frameworks. Good memories.

isurujn
Автор

Although I've been working for a while with JS, PHP has put food on the table for 9 years now <3

jacm
Автор

Oh yes, PHP. Now I can't wait for Ruby on rails in 100 seconds 💎🎉

tylersustare
Автор

I've worked with php for 15 years and I loved every second of this basic explainer video

DannyBPlays
Автор

PHP is like that silent guy in the back that no one talks to or about but deeply inside they all know he's the boss.

mrreese
Автор

I’ve been using php for 22 years. And though it sounds like you’ve never used it, you did a bang up job explaining it in 100 seconds. Cheers

mattmaloney
Автор

I have been doing PHP for more than 7 years now but still, love watching your video :) Thanks!

akshayk
Автор

THAT’S WHY IT’S PHP

That acronym drove me insane for so long and somehow no one I’ve asked knew it’s origin

I can finally free myself of this burden lmao

connoremerick
Автор

As a primary PHP dev, this video hit me in the feels.

hobyt
Автор

Though please be aware, modern PHP is very heavily typed. Variables are not typed, but object properties, function parameters, and function returns have a very robust type system to support them. They're all technically optional, but nearly all professional code these days is fairly heavily typed. It's also impressively fast for a nominally interpreted language. (It's actually compiled to bytecode first, then that's cached and executed.)

We also basically never mix HTML and PHP in one file anymore. 🙂

LarryGarfieldCrell
Автор

PHP will always have a special place in my heart. At a time when, as a student, I was struggling to make ends meet, PHP freelance jobs were what kept me from sinking.

kavishdahekar
Автор

As a Laravel developer, I was waiting for this.

Safeboot
Автор

I’ve been using php for 100 years. And though it sounds like you’ve never used it, you did a bang up job explaining it in 100 seconds. Cheers

codelife
Автор

You missed the strong typing that it has as of PHP 7, it's a great addon that they added

dunste
Автор

This made me miss PHP. It hasn't been long, only about 8 months since I last coded in PHP, but I do miss it 😂

yanskidoodle
Автор

I can't wait for Elixir and Phoenix in 100 seconds 💧🔥

AntonioSchiavon
Автор

That image that comes with "... modern pragmatic language ..."!!! Your choice of visual support is again and remains one of the best things of your 100sec videos!

RobertWildling
Автор

Ahh it brings back memories. PHP is like my first car, not that great, but it took me where I wanted to go.

hypergraphic
Автор

I have been coding in php since 2011. It has given me endless opportunities and made me the developer I am today. After learning laravel recently I don't think I will be abandoning php anytime soon.

codeandwrite