Skip to content
Snippets Groups Projects

Projekers - 13515051 - Girvandi Ilyas

Open Girvandi Ilyas requested to merge projekers/TugasBesar1_2017:master into master
Compare and
71 files
+ 2433
71
Preferences
Compare changes
Files
71
+ 7
0
<?php
include "../model/user.php";
$user = new User;
$id = $_GET['id'];
$location = $_POST['newloc'];
$user->addLocation($id, $location);
header("location: ../view/edit-preferred-locations.php?id=" . $id);
\ No newline at end of file