Tell a Friend About This Video

Video Tools

Permalink:

Embed Code:

berzerker17487 Says:

Jul 14, 2008 - damn u need to turn your keyboard down lol

panthar14 Says:

Jul 18, 2008 - google toolbar = boo nice tutorial otherwise ;)

OlloX3 Says:

Jul 18, 2008 - wtf i cant add buttons!

sedativechunk Says:

Jul 24, 2008 - I know it's hard to introduce certain things like "unsecure" features to people who know absolutely nothing about PHP, but you should at least use mysql_real_escape_string on data before passing it to a database. It wouldn't hurt to take an extra 10 seconds to explain that and add it, would it? Beyond that, your use of the mysql functions is a little dated for me and I always like to error trap any problems that can occur in mysql.

Ed0c Says:

Jul 25, 2008 - its a tut for people just learning PHP, he's not trying to secure a fucking NASA base, jesus christ.

matthewcl375 Says:

Jul 31, 2008 - Great.

GrenouilleOnline Says:

Aug 5, 2008 - md5'ing a password is always good practice.

ajellyman Says:

Aug 11, 2008 - where's Tutorial 3?

b03tz Says:

Aug 14, 2008 - Or SHA-1, since Md5 is 'cracked'.

b03tz Says:

Aug 14, 2008 - stop wining make a tutorial yourself get a life stop spamming show some respect

GrenouilleOnline Says:

Aug 14, 2008 - what do you mean by 'cracked'?

b03tz Says:

Aug 15, 2008 - It's not really cracked, but more unsafe for document validation. Because of this i have stopped using 'md5 only' password validation and started using S-ALTS with login systems. You can find some info here: win.tue . nl /hashclash/Nostradamus/ They managed to create a few PDF documents with different content but the same MD5 hash. Imagine if they can do that to a few administrator accounts :P i didn't take the risk. So that's why i now use S-ALT codes which makes this harder!

penpvdbs Says:

Aug 18, 2008 - did you burb? nice tutorials though!

kingovkings012 Says:

Aug 26, 2008 - Liked how you didn't bother to tell us what to do if we had a password on the mySQL database

earthshaker2k8 Says:

Sep 3, 2008 - To those who's whining that he don't password protect his database, he tells us how to make a login form, not how to password protect the database. I'm sure this guy knows how to do that also. It's just a demonstration :S !!!

NightVista Says:

Sep 19, 2008 - What happened to PHP Tutorial #3? I must just be missing it....

NickFreyMovieGuy Says:

Sep 28, 2008 - yes he did; the password he used was 'test'.

jellyjuicefilms Says:

Oct 1, 2008 - what is a good website for sql

TomboFry Says:

Oct 10, 2008 - how do i make the table? PLEASE respond someone!

1337cookie Says:

Oct 14, 2008 - use phpmyadmin

TomboFry Says:

Oct 14, 2008 - yes i know that! btw, i know how to make a table now, i watched another vid off utube

schaeffer0376 Says:

Oct 29, 2008 - As a general rule of thumb, you should create the login query as a stored procedure rather than putting the select directly on the page. It's more secure - but the assumption is that this is just for display purposes without having to have a tutorial on sp's.

Sencerd Says:

Nov 5, 2008 - The login querystring is totally unnecessary, you can tell if the form has been submitted by checking if the post data exists...

spungymungy Says:

Nov 10, 2008 - i like this vids....n ur "burp" too...

craziedruma93 Says:

Nov 14, 2008 - I'm in PHPmyadmin and trying to make table lol