View Single Post
Old 03-04-2003, 08:59 PM  
hyper
Confirmed User
 
Join Date: Mar 2002
Location: Mass Ass
Posts: 5,294
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);
__________________
hyper is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote