Created
January 27, 2017 13:06
-
-
Save gunaevart/e880f65d38cfec5f9893b7c6ddedeb19 to your computer and use it in GitHub Desktop.
Удаление заказов из админики PHP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
?> | |
<tr rel="<? echo $result['status']; ?>" value="<? echo $result['id']; ?>"> | |
<td><? echo $result['name']; ?></td> | |
<td><? echo $result['fname']; ?></td> | |
<td><? echo $result['phone']; ?></td> | |
<td><? echo $result['sity']; ?></td> | |
<td><? echo $result['grabli']; ?></td> | |
<td><? echo $result['coment']; ?></td> | |
<td><? echo $result['date']; ?></td> | |
<td><div class="status"><? echo $result['status']; ?></div></td> | |
<td><button class="ok">отметить</button></td> | |
<td><button class="dell">удалить</button></td> | |
</tr> | |
<? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment