I m writing an html code where I have to add image and upon the image have to add number of projects recently added how to write html code for automatic update of new project on the image for ex if there are 10 projects previously and after adding a new project the number on the image should automatically increase to 11?
You can use AJAX for getting the current value in previous project and then increment that value in new the new project.
hope this helping you,