Is it possible to map images through HTML and still use PHP to integrate SQL? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is it possible to map images through HTML and still use PHP to integrate SQL?

So, I have this project which I have to map an image. The problem here is that I need to integrate SQL to update, insert or delete data from and to there. For example: a map of a building and I need to HTML map the rooms to tag them with the room's staff, their schedule, the employees name... Is it possible? If so, how am I supposed to do?

30th May 2018, 11:36 AM
Victoria BM
Victoria BM - avatar
1 Answer
+ 1
although I might not understand what you mean by map, you could use bootstrap grids to divide the map into segments and then use css borders and border radius to create the rooms with a tag icon within that when hovered on with a mouse will show the employees name. i hope this helps.
3rd Jun 2018, 6:39 AM
Edidiong Udoh
Edidiong Udoh - avatar