www
/
wwwroot
/
magazinmiorita.be
/
clientarea
➕ New
📤 Upload
✎ Editing:
invoices.php
← Back
<?php include('../includes/inc.config.php'); include('check_session.php'); $get_orders_results = array(); $get_orders = $database->execute(" SELECT * FROM `orders` WHERE `user_id` = '".$user_id."' "); while($row = $database->fetch($get_orders)){ $row['price'] = money_format('%.2n',$row['price']); $row['amount'] = money_format('%.2n',$row['amount']); $row['products'] = explode(',',$row['product_id']); $get_orders_results[] = $row; } $smarty->assign("orders", $get_orders_results); $smarty->display(CLIENT_PATH.'invoices.tpl'); ?>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel