i found out i should use ord() to get the ascii value
i tested your suggestion in a simple form, and it works, but when i apply to my script, it doesn't work. It seems that the value already converted to something &# 1234, i'm still try to found out what is going on.