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!
since $query1 and $query2 are not arrays and are considered resource. Right now they can be sorted but seperately, $query1 results would be sorted and right below it $query2 results would be sorted. How do put the 2 results into 1 so that i could sort them? I cant put them in an array since they are resouce right? any suggestions? sample maybe?