mirror of
https://github.com/Hizenberg469/BPIT-ATTENDANCE.git
synced 2026-04-20 02:02:25 +03:00
initial commit
This commit is contained in:
14
yash/html/test.php
Normal file
14
yash/html/test.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
include('functions.php');
|
||||
|
||||
|
||||
$lat=28.4950;
|
||||
$long=77.1031;
|
||||
|
||||
$latA=28.5737;
|
||||
$latB=77.0710;
|
||||
|
||||
echo haversine($lat,$long,$latA,$latB);
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user