<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>مدیریت سایت -</title><link href="style.css" rel="stylesheet" type="text/css"> <link rel="stylesheet" type="text/css" href="form/css/bootstrap.rtl.css" /> <link rel="stylesheet" type="text/css" href="form/css/style.css" /></head><body><center><div class="top-text">تایید حساب</div> <table id="box-table-a"> <tr> <th>نام کاربري</th> <th>پسورد</th> <th>شماره موبایل</th> <th>عملیات</th> </tr><style>.inputbox{ background-color:transparent; border:none; width:103px; background-image:url(../images/login.png); background-repeat:no-repeat; text-align:center;}</style> <?php include("configg.php"); $Query = mysql_query ("SELECT * FROM `signup` ORDER BY `id` DESC"); while ( $row = mysql_fetch_array($Query) ) { ?> <form method="POST" action=""> <td><input name="user" type="text" value="<?php echo $row['user']; ?>" class="inputbox" /></td> <td ><input name="pass" type="text" value="<?php echo $row['pass']; ?>" class="inputbox" /></td> <td ><input name="email" type="text" value="<?php echo $row['email']; ?>" class="inputbox" /></td> <td><a onclick="if (confirm('آیا از تایید این کاربر مطمعن هستید؟')) window.location = 'name="Submit"';" href="#"><input type="submit" class="btn btn-success" value="تایید" name="Submit"></a></td></form> </tr><?php } ?> </table> </div></div></center><div class="clear"> </body></html>