I don't know a lot about character sets like UTF-8, etc. etc. so I'm getting lost in the terminology from other posts.
I've been using a VARCHAR that is on the default collation in phpMyAdmin (utf8_unicode_ci) and I get a lot of ?, for example: ???(???????)??? Anthony
I've tried changing the row to use ASCII (ascii_general_ci) to no avail. I KNOW that I've fixed this before and it worked 100%, I just don't remember how I did it. Anyone have any ideas?
Thanks!