PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hi,
I have seen phpMyAdmin convert big5 character to unicode.. when i entered a big5 char into the db.. it become '&#' and some number.. is it unicode? how do i do it? i try to find the functions in the php documentation but cant.. pls help..
thanks.. however i have tried to code with the rawurlencode/rawurdecode.. it does not give mi &# format... what can i do? what is the coding name of the &#? and i always get %9c, %40(all hex with a % in front).. what is the coding then?