I am creating a ecommerce website, there i want to give a unique number to the product while adding. I want to do it in a way that it will automatically takes the number for this right now i m using time() function. with this a product get the time value while adding. But i dont know that with time function every time it will give a unique number or it can be repeat also if any body added product in a same time.
if any body have any other suggestion to give unique number or id to it pls tell me.
a reply will be appreciated.