I am currently righting a search script. Anyone here knows how to work with unicode?
I have this one problem. I can not store Unicode value?
What I mean is this?
I input a Unicode value using links from a html. (I set up a link to ask for a script to search for an name, in unicode of course example: <a href ="search.php?value=name - Where name is a unicode value).
When click on it, it goes through the database and show the 1st 20 results. However, when I click on page #2 to show the next 20 result, it said no result found.
When I cut the value on the Address bar, and patse it on the same spot, and hit enter... I said no Result found.
I am hoping that some one already have this similar problem. Thanks