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!
yes 2 different types ( apartments and villas ) both also newbuilds
But I need it to display just 1 newbuild selection ( both types combined ) - how can I do this ?
could try switching the order you do the grouping. i.e. 'group by newbuild, type' however, depending on how your data is set up, this may group the others into a single clump. So you may require 2 seperate queries, or what may be easier is a [mysql_man]union[/mysql_man].