Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
If the value of username is:
$_POST['user'] = "1' OR 1 LIMIT 1; --";
Then the mysql query becomes:
select * from zend_adminlist where user_name = '1' OR 1 LIMIT 1; --' and password = '$pass'
ThanThen the mysql query becomebecomes:
Than the query become: