1
??? How to concatenate this js, not getting it from error
success:function(res) {
secreto = res.lat;
secreto2= res.lon;
cidade = res.city;
Pais = res.country;
window.location.href = "secreto.php?lat='+secreto+'&long='+secreto2";
}
Not getting it for you
Oops, thank you very much!
– DenyProgramadorBom