PHP For Beginners, Ep 38 - Register a New User

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


Рекомендации по теме
Комментарии
Автор

I have been working as a Backend Developer for 12 years now, but I have never seen such an in-depth tutorial on YouTube or anywhere, anybody who wants to learn modern frameworks such as Laravel should watch this series at least 5 times.

shishirkumarsky
Автор

I've been waiting for Ep38 for a long time. Series is the best PHP tutorial I've watched so far...

oheneadjei
Автор

Thank you for such simple, great educational material, it is super neat and clean!
But please, please, guys, do not deploy this code to the world yet, or if you really really want to, then do the homework before and check password_hash and password_verify :) Jeffrey, I really wanted to see you covering this in single go :)

Operaatoors
Автор

I wonder if next thumbnail will be an empty chair. 😂

asheavenst
Автор

To mitigate session hijacking you should not use personal data or ids. You need something with high entropy like a remember token. Then make sure you are using https cookies and prevent cookies from being available in JS.

wadecodez
Автор

Thanks i been waiting for to long <3

kaneich
Автор

I have been thinking about hacking request methods. Can we prevent the user from using the inspector and changing the form method to accomplish misc actions that they are not supposed to do? The hidden input with "_method" is not less secure than using the form method, but it made me think... I guess JS is an option but it feels like it shouldn't be needed just to make a fairly secure request.

jonasbirkelof
Автор

At 11:39 I'm getting this error: Fatal error: Uncaught Exception: No matching binding found for Database in

QuadraQuack
Автор

Hi sir which theme & fonts are you using

sohailahmad
Автор

Is it a Louis the XVI. Photo at the thumbnail picture? 😉

belalehner
Автор

I don't like dashboard after login. I prefer going back to the previous page after logging in. This should be by default.

JACKoPL