Proses Bisnis DFD no 5 Proses Data User

-- akhir bingkai -- br br body html

4.2.5 Proses Bisnis DFD no 5 Proses Data User

Pada script ini menjelaskan tentang admin yang bisa melihat semua data dari user penyalur dan peserta. Seperti tabel 4.5 dibawah ini : Tabel 4.5 Script Proses Data User ?php require..koneksidbconfig.php; include ..includesession.php; ? DOCTYPE html PUBLIC -W3CDTD XHTML 1.0 TransitionalEN http:www.w3.orgTRxhtml1DTDxhtml1-transitional.dtd html xmlns=http:www.w3.org1999xhtml head meta http-equiv=Content-Type content=texthtml; charset=iso- 8859-1 title ?php include ..title.php?title head link rel=stylesheet href=..csslayout.css type=textcss link rel=stylesheet href=..cssmain.css type=textcss style type=textcss -- A:link {text-decoration: none} A:visited {text-decoration: none} A:active {text-decoration: none} -- style style type=textcss A:link {color: 000;} A:visited {color: 000;} A:hover {color: 0099FF;} style style type=textcss tr:hover{ background-color:CCFFFF; cursor:pointer;} style body-- awal bingkai-- br div id=bingkai_user -- awal atas -- div id=atas_e div id=atas2 ?php include header.php? div div id=atas3div div id=atas4 ?php include menu.php? div div--akhir atas -- --akhir kiri -- div id=kiri_e div id=kiri2_e br br font face=celibri, Arial, Helvetica, sans-serif size=2 br blockquote br br table width=1051 border=0 cellpadding=5 cellspacing=1 tr bgcolor=0099FF th width=19 align=centerNoth th width=122 align=centerNama Lengkapth th width=83 align=centerUsernameth th width=63 align=centerNo Tlpth th width=65 align=centerEmailth th width=69 align=centerTgl Lahirth th width=84 align=centerTmpt Lahirth th width=57 align=centerAlamatth th width=84 align=centerPendidikanth th width=113 align=centerKeperluanth th width=39 align=centerStatusth th align=centerth tr ?php tampil=mysql_queryselect from user order by id_user; no = 1; whiler=mysql_fetch_arraytampil{ ? tr td align=center?php echo no ?td td?php echo r[nama_lengkap] ?td td?php echo r[username] ?td td align=center?php echo r[no_tlp] ?td td align=center?php echo r[email] ?td td align=center?php echo r[tgl_lahir] ?td td?php echo r[tempat_lahir] ?td td?php echo r[alamat] ?td td align=center?php echo r[pendidikan] ?td td?php echo r[keperluan] ?td td align=center?php echo r[status] ?td td width=42a href=proses_hapus_user.php?id_user=?php echo r[id_user]?Hapusatd tr ?php no++; } ? table blockquote font div div--akhir kiri -- -- awal tengah -- -- akhir tengah -- -- awal kanan -- -- akhir kanan -- -- awal bawah -- div -- akhir bingkai -- br br body html

4.2.6 Proses Bisnis DFD no 6 Proses SMS