This may be a stupid question but I swear I'm stumped...
I'm building a thumbnail table... That's not the problem.. the problem is that not all the fields are always full.
I'm trying to put all my fields into an array from mysql_fetch_array...
so all my fields (that are full) coming in are $x So the blank ones are eliminated.
My array statement looks like this
array($x)
But it treats it as one of course...
How do I make the array see all the fields seperated by commas...