Posts by Fabio Venceslau de Souza • 1 point
2 posts
-
0
votes1
answer225
viewsQ: Errors in mysqli, expected parameters
The following errors are appearing: Warning: mysqli_query() expects at least 2 Parameters, 1 Given in C: xampp htdocs rede profile.php on line 25 Warning: mysqli_fetch_assoc() expects Parameter 1 to…
-
-2
votes2
answers797
viewsQ: People my code keeps giving the error: Notice: Undefined variable: connects in C: xampp htdocs network profile.php on line 25
My code and this one <?php include("header.php"); $id = $_GET["id"]; $saberr = mysqli_query($conecta, "SELECT * FROM users WHERE id='$id'"); $saber = mysqli_fetch_assoc($saberr); $email =…