PHP Tutorials: Register & Login: User login (Part 1)

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

Official site

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

Seeing this video again brings back memories of when I first started learning PHP using Alex's videos. So many years ago!

markwilkinson
Автор

Ah yes… recommended to me over a decade after learning PHP, some of which was done with these very videos. Love to see it.

LazySmurf
Автор

I learnt PHP from this channel back in 2012. Thanks alot Alex.

sadhakbj
Автор

For those having problems seeing their codes when they press Log in.

First of all copy index.php and login.php to the folder htdocs located in your xampp installation directory. Do not open login.php by right clicking and selecting browser, instead go to browser and type in "localhost/index.php" or "127.0.0.1/index.php".

It worked for me. Good luck

MortezaBarazeghi
Автор

This is the first tut I watch when I am in college. phpacademy 😊

jackuzumaki
Автор

This is uploading on my birthday, I would've been 12 years old then and know nothing about programming. Almost a year ago I learned about Alex thanks to the company I work for and am currently watching his videos while doing my master's thesis :)

MegasXLR
Автор

Loved the tutorial! I've been trying to understand this for a week, but googling these things on the internet returns results so broad I could not figure out where to begin. Now I know. Thanks!

karenotto
Автор

Really excellent tutorials. Love the fact that they're recorded with the small viewport, since I watch them on my iPhone (while eating lunch), and the text is large enough to be legible on a 3.5" screen...

NickDesbarats
Автор

1.Do not store plain text passwords in your data base
2.Do not send plain text passwords to the server
3.You must hash your passwords
4.You must use prepared statements for SQL queries

I know this tut is outdated, but for all the newbies out there to be aware

silencedogood
Автор

Finally a tutorial that does go at snail speed. Thanks

yourgflikesit
Автор

step one.... take a chill pill.... step two google is your friend.... step three join a php forum and ask for help.... welcome to your tutorial for the way to get information on the internet.

TheBestestJohn
Автор

For all of you complaining about getting the source code of text, you need to save your file to index.php, not index.html.

joegeph
Автор

Just a couple things I wanted to point out:
- The inputs and breaks don't have end tags.
- You probably should use char data types instead of varchar in this case, so your table has fixed-length records. It takes marginally more space, and SIGNIFICANTLY speeds up searches.
- You don't have a uniqueness constraint on username, which you probably want.

Mycha
Автор

You are an excellent teacher i had ever taught. Keep doing for beginner and experts also. That is a best way to explain.
That is what i want to implement in my office.

AkhileshTiwariit
Автор

As of 02/05/2013 this video has 477, 085 views, 1451 Likes and zero Dislikes.

The best rating I've ever seen, well deserved too.

kingpav
Автор

Mr Genius, this is an example for beginners, take it easy

rponcec
Автор

Awesome oldschool tutorial, should be kept in a museum. :)

RoyRope
Автор

great job! the world is a better place because of people like you .

citisolo
Автор

I like the clarity, simplicity and understanding from your video. Its the only tutorial that has made me understand this part of MySQL.All the best man..thumbs up.

quizillah
Автор

man, you rock!!!
We need people like YOU!!! Keep the great tutorials up!!!

THANK YOU!!!

BGSlimBG