BossBey File Manager
PHP:
7.3.31-1~deb10u1
OS:
Linux
User:
www-data
Root
/
home
/
www
/
inorg
/
coord_old
📤 Upload
рџ“ќ New File
рџ“Ѓ New Folder
Close
Editing: staff_delete_incl.php
<?php defined ('head') or die("Запрещен прямой доступ"); include_once("auth_incl.php"); include_once("settings_incl.php"); $id=$_GET['id']; $sql_query="select * from staff where id=$id;"; $result=mysql_query($sql_query); $fname=mysql_result($result,0,fname); $name=mysql_result($result,0,name); $sname=mysql_result($result,0,sname); echo(" <blockquote><br><form name=staff_delete action=script/staff_delete.php?id=$id$add method=post> <table width=400 cellspacing=1 bgcolor=000000> <tr height=20 bgcolor=ffffff> <td width=100% align=center><strong>$fname $name $sname</strong></td> </tr> <tr height=20 bgcolor=ffffff> <td width=100% align=center><input type=submit value='Удалить'> <input type=button value='Назад' onClick='history.go(-1)'></td> </tr> </table> </form></blockquote> "); ?>
Save
Cancel