How do you Insert and Select the
tag into/out of mysql with php?
I'm creating a form and table to display user input, and if the user doesn't input data, the table has a blank cell, which in turn makes the coloring of the css/table skewed.
What I'd like to do is either insert a Non-breaking Space if the user doesn't enter data, or preferably have a Non-breaking Space as the table field default. I have used phpmyadmin to manual insert the tag, but it is not registering when I use my select statement to pull it from the database.
I'm new to mysql, but I've poured through all my books and have spent hours pouring through forums, and I'm stuck. What am I doing wrong?