Hi,

I have this query:
$decode = mysql_query("SELECT decode(\"$data\", \"$password\")");

It decodes the $data using the $password.  How do I go about printing the
result?

Thanks,
Tyler


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to