Sunday, May 22, 2011

Generate UniqID in PHP


$referrer_code = uniqid(dechex($user_id).'_');

No comments:

Post a Comment