www
/
wwwroot
/
magazinmiorita.be
/
admin
➕ New
📤 Upload
✎ Editing:
edit_city.php
← Back
<?php ob_start(); include('../includes/inc.config.php'); include('check_session.php'); if(isset($_POST['edit'])){ $name=$_POST['name']; $edit_region = $database->execute("UPDATE `cities` SET `name` = '$name' WHERE `id` = '".$_GET['id']."'"); if($edit_region){ header('Location: cities.php?m=ok'); exit; }else{ $message = 'Error! City can not be updated, please check and try again.'; $msg_type = 'err'; } } $smarty->assign("message", $message); $smarty->assign("type", $msg_type); $smarty->display(END_PATH.'edit_city.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