





Category: PHP Code
Language(s): PHP
Description: Generate a Unique ID
The code is listed below; click on it to download the code as a text file.
<?php
echo md5( uniqid( time(), true ) );
?>
This code has been downloaded 1042 time(s) and viewed 22798 time(s).
Back to Resources
Back to Code
Back to PHP Code
This resource was written by Tim Bennett Bsc (Hons). Tim Bennett has a First Class Degree in Multimedia Systems Computing from Leeds Metropolitan University. He works as a freelance multimedia developer under the company name Texelate creating free and commissioned high-quality multimedia solutions. Find out more by visiting the portfolio section and viewing his blog. If you'd like to request a resource get in touch!



