View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 09:39 AM
crosti
 
Posts: n/a
Default php pack() function in MySQL

Does anybody know how can I implement php pack() function in MySQL
database (in stored procedure)?

pack("H*",md5($string))

http://us2.php.net/manual/sk/function.pack.php

Thanks in advance,
Max

Reply With Quote