Decode mysql with php
i can encode this into a blob on my table
but how the fuck do i decode it?
$string = "insert into user (username, passwd, email, verify,prefs)values ('$username', ENCODE('$password', 'ba'), '$email','$code','$prefs')";
$result = mysql_query($string);
__________________
|