MySQL Forums
Forum List  »  PHP

Re: Selecting a variable
Posted by: Barry Galbraith
Date: February 21, 2019 10:08PM

$results = mysqli_query($db, $query); 
$user = mysqli_fetch_assoc($result);

$results and $result are 2 different variables. Are they meant to be?

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
February 21, 2019 05:17PM
February 21, 2019 07:34PM
Re: Selecting a variable
February 21, 2019 10:08PM
February 21, 2019 10:19PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.