Search results

  1. N

    Do not echo empty field from Mysql

    I have the following for not printing an empty field in the MYSQL table: if (trim($option_second) == "") { echo ""; } else { echo "<strong>Option:</strong> $option_second"; } I have a search page now that displays the records for the MYSQL table, but I do not know how to hide the records that...
Back
Top