hello and thanks for your good forum
my problem is in sending data from a form
I send data with $_POST['something'] and for example check it in a mysql query like this
" SELECT * FROM `users` WHERE username='$username' AND password='$password' "
I want to know if some user can see all of the table or enter to CMS instead of an admin and do all that want like this:
"SELECT * FROM users WHERE username='admin' or 1=1#"
please help me to have a secure code.

