PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hi, I have a table created in php that has an embedded if statement.. I need to make any blank cells in the table to have a border just as the populated cells ..take a look, and you'll see what I mean.. Thanks
See I tried that and becasue it's dynamic with the if statemtn (depending on the user's input), the empty cells could change. like it might be empty or it might not.. and I think the nbsp works only if you know which cells are empty..
Somehow you're printing the table. Somehow you're putting something in the cells. Somehow you know what to put in.
Somehow you should know whether the cell is empty or not.