I am trying to create a table (html) which is generated based on a mysql table.
I want the rows of the html table to be based on NON null values in the mysql table. If there are null rows in the mysql table I do not want a row added to the html table for that row in the database.
I am not sure how clear this is but if you can help plesae let me know.
-Michael