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

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

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