hai If i use time() function means it showing time in seconds like 1183792602 with the help of same time() function i want to display the time in the format of hh:mm:ss so that what i want to do in php
Have a look at date(), and the first table for the date formats. Also, you don't need time() in this case, if you want to show the current date.