Jump to content

array to string conversion error


jarv

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.