PHP Superglobals - Basic Routing Using The Server Info - Full PHP 8 Tutorial

preview_player
Показать описание
In this lesson, you will learn what superglobals are & learn the $_SERVER superglobal, how & when to use it, and so on. We will also build a basic routing using the information we get from the $_SERVER superglobal and we'll refactor & improve it in the next lesson where you will learn about $_POST, $_GET & $_REQUEST superglobals.

SOME OF THE WAYS YOU CAN SUPPORT THE CHANNEL
👍 Smash the like button
🤝 Subscribe to the channel & turn the notifications on
💬 Post comments, any feedback is greatly appreciated
THANK YOU!

LESSON 2.23

RESOURCES

CHAPTERS
00:00 - Superglobals & $_SERVER superglobal
02:25 - Building basic routing
Рекомендации по теме
Комментарии
Автор

Ladies and Gentlemen, you've finally made it to the fun part

zeeu
Автор

Laravel really hides does detail for us, but it is important to understand the fundamentals, thanks again for the free high quality content, keep it up

isaacsouza
Автор

With every new video I progress in this series, I get excited and excited all over again, it's unbelievable how great and in-depth this series is! Thanks gio for the investment!!!

yinonelbaz
Автор

You explain the hidden and essential things in frameworks.
I will always be grateful to you

mwaas
Автор

This lesson even if its just basics really shows how much work it takes to router a few pages and how awesome frameworks have become in speeding up that process.

benderbg
Автор

just as a reminder, for the router to work the server must be configured so that it redirects traffic to index.php, i was stuck in this for days without realising gio had already setup his server a few videos ago haha.

this is seriously the best guide on php programming, much love <3.

mauriciocastro
Автор

Really appreciate your efforts in explaining every minute details. Great explanation. Thumbs up.

asifm
Автор

Agree with Isaac Souza. When first time I met Laravel, I really liked to know how its router works. But I found it was quite hard to trace. After watching this video, Gio gave me a lot more understanding on how router works. Thanks a lot

rol
Автор

Hi guys, im in love with this cours and thank gio, im correcting my university teacher errors 😂 beacuse of gio

HeroGamingMaroc
Автор

Man, once you get the algorithm wave your sub base is going to skyrocket! Thank you 🙂

karolzamojcin
Автор

Usually, I never comment but hats off to you! Thanks for that quality of knowledge.

NooBGaming
Автор

I couldnt sell any learning course beacuse of bad economy situation. And free online learning break my knowledge to seperate small parts. And i thought its not any better then these. But when i find you right in the time i, m going to very badly depression ....
I cant show my entire respect in words... thank you
You, re perfect, awesome excellect teacher
Thank you so much

mortezashabanipour
Автор

Wow Thanks Gio. now i understand how Laravel Route works

emekatimothyiloba
Автор

Thanks for this extraordinarily useful PHP series again!

Vitalii-mr
Автор

Thou I have to watch a couple of times each videos to understand how it works behind the scenes, its really interesting how good things are done.

pedroblancobarrera
Автор

Thank you, you bring me back to life. Someday i, ll tell you the whole story

mortezashabanipour
Автор

This function can be use to get url path:

$path = parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH);

galacticmeditation
Автор

Please continue the good work. Amazing php course.

mohammadalikarami
Автор

Top quality content and explanation. Keep going.

adrianez-programuj
Автор

12k view and just 500 like
This course is free gold, at least hit the like button as a gratitude and thanks

mwaas