Posts by Jhonattan Rubens • 11 points
1 post
-
1
votes1
answer985
viewsQ: mysqli_query() expects Parameter 1 to be mysqli, null Given in, how to resolve?
I want to enter the values of the form in the database, but shows the error. mysqli_query() expects Parameter 1 to be mysqli, null Given in Php link code: <?php include_once('_php/conn.php'); if…