Jump to content

ERROR please help


ferlicia

Recommended Posts

$user = $_POST['user'];

 

$result_1= mysqli_query($link, "SELECT * FROM criteria ORDER BY gpa ASC"); --> for the gpa, i wanted to put in the $user but there will be an error

 

                $array = Array();

                $team1 = Array();

 

while($info = mysqli_fetch_array($result_1)){

                    //  echo $info[1];                           

                      array_push($array, $info[1]);          --> $info[1], i wanted to put in the $user also, but there will also be an error.

                  }

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/242511-error-please-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.