0

Is there a jquery/javascript code equivalent to this php one? I want to generate a unique 32 character token.

$token = md5(uniqid($customerId))

Pickles
  • 243
  • 2
  • 3
  • 14
  • if you mean you want something that appears like a guid ... http://stackoverflow.com/questions/105034/create-guid-uuid-in-javascript – Alex Jun 03 '16 at 04:00
  • @xandercoded, will this give me the exact output as the php code? – Pickles Jun 03 '16 at 04:04

0 Answers0