Hotfix: weatherRequest getCityName -POST serialize
This commit is contained in:
@ -14,7 +14,7 @@ $_SESSION['LAST_CALL'] = date("Y-m-d h:i:s");
|
||||
|
||||
include 'keyVariable.php';
|
||||
ini_set("allow_url_fopen", 1);
|
||||
$cityName = $_COOKIE['city'];
|
||||
$cityName = htmlspecialchars($_POST['city']);
|
||||
$url = 'https://api.openweathermap.org/data/2.5/weather?q='.$cityName.'&lang=fr&units=metric&appid='.$apiWeather;
|
||||
$json = file_get_contents($url);
|
||||
// $obj = json_decode($json);
|
||||
|
Reference in New Issue
Block a user