MySQL data storage question -


how store following code below its output in mysql table? how field made?

md5(uniqid(microtime(),1)) 

example.

field char(128) not null 

field char(32) not null

the output of md5() 32 characters long

but of course can save in binary format, in case should use:

field binary(16) not null


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

xslt - Umbraco and EXSLT sets do not work -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -