Thanks for your reply
the password for this excersise is 1234
The column or fieldname is number
$var="A Number";
ie update tablename set=number=encode('$var','1234') where id=$id;
that works ok
when I go to decode
I'm using
select * from tablename where name="$name"
select decode(encode(number,'1234'), '1234');
I hope this helps you - please any help would be greatly appreciated
Regards
Ray