Crusader Posted December 14, 2006 Share Posted December 14, 2006 solved! thanks, figured it out on my own. Link to comment https://forums.phpfreaks.com/topic/30601-solved-complex-output-of-results/ Share on other sites More sharing options...
artacus Posted December 14, 2006 Share Posted December 14, 2006 Can you have an entry for every x,y coordinate and then do something like[code]SELECT id, IF(occupied,x,'n') AS x_coord, IF(occupied,y,'n') AS y_coord[/code] Link to comment https://forums.phpfreaks.com/topic/30601-solved-complex-output-of-results/#findComment-140938 Share on other sites More sharing options...
Crusader Posted December 14, 2006 Author Share Posted December 14, 2006 I'm sorry, I don't quite understand what you mean. Could you explain that a little more? Link to comment https://forums.phpfreaks.com/topic/30601-solved-complex-output-of-results/#findComment-140939 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.