Hi all,
I have been running errors too much that I realized that I have learned 'bad' behaviour in writting PHP query.
So I decided to change. Please tell me what is good behaviour of writting queries that involve PHP variables as well as functions like one below.
$query = "SELECT * FROM logintable WHERE username={$this->EncryptPassword($password)} AND password=$password";
Thanks