
Are you a QOTWer? Do you want to start a thread that isn't a direct answer to the current QOTW? Then this place, gentle poster, is your friend.
( , Sun 1 Apr 2001, 1:00)
« Go Back | See The Full Thread

This puts a slash before the ' (so it would look like this
$sql = "SELECT * FROM users WHERE (username='admin') AND (password = '/') OR (/'1/' = /'1');";
So it would be looking for a password called ') OR ('1' = '1, and therefore wouldn't match up in the database, not return a row, and the page will say "Incorrect combination".
( , Sat 16 Oct 2010, 18:24, 1 reply, 15 years ago)

*shakes head* *lights pipe* Classic.
( , Sat 16 Oct 2010, 18:31, Reply)

codeigniter.com/
Almost _every_ job I applied for said that was a major factor. Another one to learn is something called jQuery for javascript. Both are amazing tools, I've built stuff inside days which would have taken months without it.
( , Sat 16 Oct 2010, 18:34, Reply)

I think a sojourn into constructing PHP apps is a little out of my comfort zone =o)
( , Sat 16 Oct 2010, 18:36, Reply)

They both use ActiveRecord syntax for database stuff though, which is cool.
( , Sat 16 Oct 2010, 18:46, Reply)
« Go Back | See The Full Thread