This is really weird. I'm using PHP 4 with mySQL. I'm using aes_encrypt and _decrypt to store customer information as securely as possible. The problem crops up when I go to store (or retrieve -- I'm not sure which) the state that the customer lives in.
AL works for Alabama
GA works for Georgia
fl works for Florida
FL returns an empty string.
Does anyone have any ideas on what's happening here? Thanks.
AL works for Alabama
GA works for Georgia
fl works for Florida
FL returns an empty string.
Does anyone have any ideas on what's happening here? Thanks.