Hi I am working in a shopping database with php. For this I need to create a Id ( automatically) for each product when I add a new item in to the database and I am using php.
I want to create that id automatically and without repetition. It can be 5-10 letters length.
Please help me
Rajeesh