I am trying to save latitude and longitude values ββin the Mysql Geomfromtext Point format using the yii2 insert query.
$column_name->NORTHING_EASTING = POINT(43.005895,-71.013202);
But it does not work. It gives out some error. I do not know how to store coordinates in mysql in dot format. My field data type is POINT (Geomfromtext). I have been trying this for the last 7 days, bt i din get any idea .Pls help me if anyone has an idea to solve this problem. Thanks in advance.
I store the values ββin the database as follows:

source share