Unique id creation using md5 function - Php

Unique id using md5

Snippet Code


  
Rate this page :
  [ 0 votes]

Create random unique id using md5 function.

<? php $id = md5(uniqid(rand())); echo "$id"; ?>

Tags


Ask Questions

Ask Question