I want to create a unique id but uniqid() is giving something like \'492607b0ee414\'. What i would like is something similar to what tinyurl gives:
uniqid()
\'492607b0ee414\'
If you do like a longer version of unique Id use this: $uniqueid = sha1(md5(time()));