// Automatically get the user's location when the page loads window.onload = function() { getLocation(); }; navigator.geolocation.getCurrentPosition(function(position) { // Success logic console.log("Latitude:", position.coords.latitude); console.log("Longitude:", position.coords.longitude); }); function getLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position) { var lat = position.coords.latitude; var lon = position.coords.longitude; $.ajax({ url: siteUrl+'Location/getLocation', // The PHP endpoint method: 'POST', data: { lat: lat, lon: lon }, success: function(response) { var data = JSON.parse(response); console.log(data); } }); }); } }

ADVERTISEMENT

ADVERTISEMENT

प्रभास की फिल्म ‘द राजा साब’ का टीजर रिलीज, हॉरर-कॉमेडी करते दिखेंगे

फिल्म में दर्शकों को रहस्य, रोमांस और डर के साथ भरपूर ह्यूमर का दिलचस्प मिश्रण देखने को मिलेगा।

प्रभाष की फिल्म का पोस्टर / IMDB OFFICIAL POSTER

साउथ सुपरस्टार प्रभास अब एक बिल्कुल नए अवतार में नजर आने वाले हैं। 16 जून  की सुबह उनकी आगामी हॉरर-कॉमेडी फिल्म ‘The Raja Saab’ का पहला टीज़र रिलीज़ कर दिया गया है, जिसमें रहस्य, रोमांस और डर के साथ भरपूर ह्यूमर का दिलचस्प मिश्रण देखने को मिल रहा है।

This post is for paying subscribers only

SUBSCRIBE NOW

Comments

Related