@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux adweb87 2.6.32-754.el6.x86_64 #1 SMP Tue Jun 19 21:26:04 UTC 2018 x86_64
Current Path :
/
home
/
sanchung
/
public_html
/
admin
/
_member
/
Path :
Upload File :
New :
File
Dir
/home/sanchung/public_html/admin/_member/member_mail_result.php
<? echo" <h2>¸ÞÀϹ߼۰á°ú</h2> <table id='l-table'> <tr> <th height='28' width='15%'>¾ÆÀ̵ð</th> <th width='15%'>¼º¸í</th> <th width='*'>À̸ÞÀÏ</th> <th width='25%'>¹ß¼Û°á°ú</th> </tr>"; $num = explode(",", $r_num); $result = explode(",", $r_result); $check = explode(",", $r_check); while(list($key, $val) = each($num)){ $row = $mysql->row("adw_member", "name, userid, email", "where num='$val'", 0); $res = ($result[$key] == "N") ? "<font color='red'>¸ÞÀÏ ¹ß¼Û ½ÇÆÐ</font>" : "<font color='blue'>¸ÞÀÏ ¹ß¼Û ¼º°ø </font>"; echo" <tr> <td height='28'>$row[userid]</td> <td>$row[name]</td> <td>$row[email]</td> <td>$res</td> </tr>"; } echo" </table>"; ?>