jarv Posted July 22, 2011 Share Posted July 22, 2011 Please help, I get the following error: <b>Notice</b>: Array to string conversion in <b>/home/sites/affordableappliancerepairs.co.uk/public_html/admin/edit-bookingdate.php</b> on line <b>14</b><br /> here is my code: $query1 = mysql_query("SELECT GROUP_CONCAT(start_time) FROM aarbookts_booking_bookings_slots WHERE booking_id = '$booking_id'"); $row1 = mysql_fetch_array($query1); $times=explode(',', $row1); Link to comment https://forums.phpfreaks.com/topic/242644-array-to-string-conversion-error/ Share on other sites More sharing options...
teynon Posted July 22, 2011 Share Posted July 22, 2011 No need to repost this.... See http://www.phpfreaks.com/forums/index.php?topic=339277.15 Link to comment https://forums.phpfreaks.com/topic/242644-array-to-string-conversion-error/#findComment-1246232 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.