Conversion of MySQL binary GEOMETRY fields in PHP
问题 I’m working on an application integrating mapquest maps and using the mapquest API. At this moment I want to achieve the following: the registered user has to input latitude and longitude information, and in the database this information has to be stored as geometry type field. Conversely, a user looking at their account should see the latitude and longitude information that was entered. In an earlier simplified codebase I achieved this directly in the MySQL query, by using the MySQL