PDA

View Full Version : random number


kjc
08-22-2002, 03:48 PM
How would I go about having arandom mixture of numbers/letters generated fromamysql database. I am writing a discussion board and want a random password generated for a colomn when i insert anew users details. Is this possible in mysql??

thanks

kjc
08-22-2002, 03:58 PM
i just found out how to generate a random value in php - so will do it this way instead.