Skip to content

Instantly share code, notes, and snippets.

@Arafat245
Created May 20, 2016 07:57
Show Gist options
  • Save Arafat245/11d69e4985ab596c6de98498c0425507 to your computer and use it in GitHub Desktop.
Save Arafat245/11d69e4985ab596c6de98498c0425507 to your computer and use it in GitHub Desktop.
CS50::query("INSERT INTO places (country_code, postal_code, place_name, admin_name1, admin_code1, admin_name2, admin_code2, admin_name3, admin_code3, latitude, longitude, accuracy) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)", $data[0],$data[1],$data[2],$data[3],$data[4],$data[5],$data[6],$data[7],$data[8],$data[9],$data[10],$data[11]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment