pouncer Posted April 9, 2007 Share Posted April 9, 2007 if (! ($result = mysql_query (" SELECT count(*), op_mode FROM qsos WHERE fk_dxstn IN (2,3,4,5,10) GROUP BY op_mode", $connection))) showerror(); can anyone see what its doing, im confused Link to comment https://forums.phpfreaks.com/topic/46323-what-is-this-query-doing/ Share on other sites More sharing options...
wildteen88 Posted April 9, 2007 Share Posted April 9, 2007 Whats it supposed to do. Are you getting errors? Have coded the output for returned result set yet? Link to comment https://forums.phpfreaks.com/topic/46323-what-is-this-query-doing/#findComment-225363 Share on other sites More sharing options...
pouncer Posted April 9, 2007 Author Share Posted April 9, 2007 no i found the code here, im trying to make a bar chart http://www.g4zfe.com/sqllogsearch5.html Link to comment https://forums.phpfreaks.com/topic/46323-what-is-this-query-doing/#findComment-225406 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.