Full-service Internet Marketing & Web Development
Recent Posts

Sponsors
![]() |
Generate a unique IDCode Wizard, 12-30-2006 |
Script Note:
This will output a unique ID of some sort. If you run this script, please notice that all of the ID's will start with id. You can change this by changing the id in uniqid(change this--->id<---change that) to something else.
<?
$uniqueID = uniqid(id);
print("$uniqueID");
?>
Pretty easy. This script is good for order numbers or assigning ID numbers to authenticate users.
|
|
Subscribe Now to receive new posts via Email as soon as they come out.
Comments
Post your comments

