Source Code:
(back to article)
<?php $id = uniqid(); echo "Generated ID: " . $id . "\n"; ?>
Result:
Report an issue