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!
Like... You have table rows of a bunch of values, and you want to combine the corresponding values into one table row? That could be done using a loop if you make $result1=mysql_fetch_row($result1) and $result2=mysql_fetch_row($result2)