সকল পাতা আর্কাইভ শনি রোব সোম মঙ্গল বুধ বৃহ শুক্র ফেসবুক পাতা Money Line Online "); $('#viewPapercut').modal('show'); sendCoordsToPHP(coords, imageUrl); }); function sendCoordsToPHP(coords, imageUrl) { $.ajax({ url: '/papercut.php', method: 'POST', data: { coordinates: coords, image:imageUrl}, success: function(response) { $('#result').html(response); }, error: function(xhr, status, error) { console.error('AJAX request failed: ' ); } }); } });