Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gunaevart/e880f65d38cfec5f9893b7c6ddedeb19 to your computer and use it in GitHub Desktop.
Save gunaevart/e880f65d38cfec5f9893b7c6ddedeb19 to your computer and use it in GitHub Desktop.
Удаление заказов из админики PHP
?>
<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