MySQL Forums
Forum List  »  PHP

Re: Select drop down list is only displaying first choice results
Posted by: Peter Brawley
Date: September 05, 2017 09:01AM

$result = mysqli_query($dbLink, $sql) or exit( mysqli_error($dlink) );

while( $row = mysqli_fetch_row($result) ) {
  // process row
}

Options: ReplyQuote




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.