How can we create image like below with PHP and store their coordinate in MYSQL database.
Look at OpenGIS extension (Spatial data support) of MySQL, and PHP GD2 extension.
UPD:
OpenGIS Simple Features Specifications For SQL might be useful too. Many database management systems support it.