Guest User

Untitled

a guest
Jul 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $intLat = !empty($intLat) ? "'$intLat'" : "NULL";
  2. $intLng = !empty($intLng) ? "'$intLng'" : "NULL";
  3.  
  4. $query = "INSERT INTO data (notes, id, filesUploaded, lat, lng, intLat, intLng)
  5. VALUES ('$notes', '$id', TRIM('$imageUploaded'), '$lat', '$long',
  6. $intLat, $intLng)";
Add Comment
Please, Sign In to add comment