MySQL Forums
Forum List  »  PHP

Re: if statement in mysqli_fetch_arrary
Posted by: Peter Brawley
Date: February 09, 2015 01:45PM

if( !empty($row['Middle_Name']) ) { 
  echo " Middle_Name " , $row['Middle_name']; 
} 

Options: ReplyQuote


Subject
Written By
Posted
Re: if statement in mysqli_fetch_arrary
February 09, 2015 01:45PM


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.