Here is my query and it is not working properly.
$query=mysqli_query($conn,"INSERT INTO 'my_users' (`username`,`password`)VALUES ($username,$password)");
I ensure that my_users is a table data insertion is succesful but any data is not found in database. here the image.enter image description here