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!
How do you display the values coming from a multiple array? The problem is when i get to display the values there is another blank values coming in. Which I didn't input it in the first place. Is there any other way to do it?
well, using a do while loop, you'll get atleast one empty result becuase it performs the do before it check against the while which means it'll do stuff atleast once even if the while check is false...you could change it around to