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

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

Official site

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

Hey Alex. Not sure if you read these comments much, but I want thank you for these tutorials.

I had actually started PHP about half a year ago, and these tutorials were how I learnt the absolute basics. Now I'm very confident in my PHP programming and if I need to do something 90% of the time I'm able to visualise in my head how it's done without tutorials.

Not only is this a message to Alex but to the viewers - These are top standard tutorials, be sure to thank this guy for giving them all

Spyder
Автор

PEOPLE!!!
IT WAS A GREAT TUTORIAL!
BUT WE'RE IN 2015 NOW, PLEASE LOOK AT NEWER TUTORIALS, A LOGIN SYSTEM IS QUITE SECURITY-CRITICAL AND THIS VIDEO IS FROM 2009!!!

1) the line $query = mysql_query("SELECT * FROM users WHERE username ='$username'"); is SQL-Injectable (please google SQL Injection)

2) When you get some input from the user, it must be considered dangerous and filtered to prevent XSS (Cross site scripting, a type of attack)

3) mysql_* functions are now deprecated, they shouldn't be used.

LRTOTAL
Автор

I "logged in" to my Youtube account to say "Thank you very much for this information."

I wish you more successes in your life.

abkmf
Автор

Ok I fixed it.

I recommend Googling your errors to find out what your errors mean. Mine turned out to be a query error. Turns out the rows I had named within phpmyadmin were not the same as those I'd specified in my login.php document. Works a charm now, thank you!

zrowlandjones
Автор

php coding are a nightmare to me.... Special thanks to u from d core of my heart, u made efrythin so simple...Thankyou again

DeepakKumar-zvut
Автор

I thank you on the behalf of 100 students that need to finish their web projects!

bialillyblue
Автор

Your tutorial are so easy to follow. I have come to understand php better from your video. It was exactly what i needed.
Thanls a lot and keep it coming, I've already subscribe

bohakasha
Автор

hey Phpacademy just want to say that i think your Tutorials are wonderful please keep them up :)

sliverdiamond
Автор

thanks buddy, these tutorials are great! I like how you get right to the point

kevinquinnyo
Автор

i love your tutorial keep them coming your the best lecturer to teach php

matyko
Автор

thanks alex you are amazing man, brilliant job!! the way you explain things, rare ppl can achieve it. Well done

flangofas
Автор

This Is really great! Thanks a lot, I understand PHP much better now

Keep up the good work !

calamus
Автор

thank you very much.
i liked a lot your explanations.
i'm not english fluent but i can understand you very well
because your speak clearly.

heber
Автор

Your tutorials are awsome and are in such high quility! You

EBookCo
Автор

Apart from the odd glitch here and there, mainly due to typos on my part, a really enjoyable set of Videos Alex, chapeau!

cyclograzzer
Автор

thanks for the tutorial, very clear explanation!

vincentkd
Автор

Wow! This tutorial is good! Appreciated!

IsaacKhup
Автор

Thank you Anixt. I actually got past this and moved on to another hurdle. This time, it is making it so a user cannot register with an "already used" user name.

newsong
Автор

Good Vids !

keep on the good work !

lifewithwoody
Автор

thanks so much. this was really helpful

tiffrobe