mysqli query in php

Solutions on MaxInterview for mysqli query in php by the best coders in the world

showing results for - "mysqli query in php"
Colin
31 Sep 2019
1$con = mysqli_connect('localhost','root','','db_name');
2$sql2 = mysqli_query($con,"SELECT * FROM users WHERE email={'$email'}");
3