Expand|Select|Wrap|Line Numbers
- function checking_query() {
- global $connection;
- $query = "SELECT GROUP_CONCAT(userId) FROM owner";
- $result = mysql_query($query, $connection);
- confirm_query($result);
- var_dump($result);
- }
Please help! I feel terrible wasting so much time on this issue because I have a feeling it's pretty trivial