Как я могу сделать следующее в инструкции mysqli prepare?
$result = mysql_query($sql); $data = mysql_fetch_assoc($result); return $data: