Hi,
Since you were so helpful last time, I have another question.
I'm trying to add some fields to the mysql database with php script which are in Hebrew.
The script does it job o.k., the variables & output looks just fine in the browser - but when I try to retrieve the data from the database, I get something like that:
>1 כדגכ ד
(looks like the convertion to Hebrew, but it's wouldn't show it like it should)
Well... I know I have to set that the database could use uft-8, but I don't know how to set it up....
Any ideas?
I've attached picture shows how it's shows on the phpmyadmin.