I am still new to PHP so please bear with me.
So I am getting this error: Notice: Trying to get property of non-object on this line:
echo ( \
Try this...
foreach($array as $row) { echo ( "". "".$row['last_name']. "". "".$row['first_name']. "". "".$row['phone_no']. "". "".$row['date_of_birth']. "". "".$row['membership']. "". ""); }