" . $cetak[$start] . " " . '';
}
$query_mix = mysqli_query($open, "SELECT * FROM datapasien_ok WHERE datapasien_ok.id_pasien= '$data[id_pasien]' ");
while ($data_mix = mysqli_fetch_assoc($query_mix)) {
$cetak_mix = (explode(" _ ", $data_mix['prolong']));
for ($start_mix = 0; $start_mix < count($cetak_mix); $start_mix++) {
$start_mix < count($cetak_mix);
print "" . $cetak_mix[$start_mix] . " " . ' ';
}
}
?>
|