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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

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