Generate a unique ID in PHP
Description
The following code shows how to generate a unique ID.
Example
<?php
echo uniqid();
?>
The code above generates the following result.
The following code shows how to generate a unique ID.
<?php
echo uniqid();
?>
The code above generates the following result.