0 && $_GET['orders_ammount'] <= 200 ? (int)$_GET['orders_ammount'] : 50; $orders = mysql_select_multi('SELECT * FROM `znote_shop_orders` ORDER BY `id` DESC LIMIT ' . $orders_ammount); $order_types = array(1 => 'Item', 2 => 'Premium Days', 3 => 'Sex Change', 4 => 'Custom'); ?>
Shows latest shop orders.
Id | Account | Type | Item | Count | Date |
---|---|---|---|---|---|