php implode (101) with quotes November 21, 2022 by Tarik $array = array('lastname', 'email', 'phone'); echo "'" . implode("','", $array) . "'";