yes it's easy, you could
1- save the cd order in database
2- use this links for the function to generate random word or number,
3- this random word in your database in seperated table ( a table with one field that has just serial Number)
4- each time u call this random word generation function you should check it with your table in database that never they are like eachother and unique, if you want it to be unique.
that's it
http://www.codeproject.com
http://www.codeproject.com
Main Topics
Browse All Topics





by: vadivherePosted on 2005-09-12 at 20:42:57ID: 14869076
Hi lion79,
are you storing the data into a database after each and every request is posted ?
Plz be more elaborate to understand.
Cheers!