On Sunday, 23 November 2008 16:44:34 Moshe Teutsch wrote: > I'm having a problem INSERTing Hebrew text into a MySQL database. Whenever > I try to do it through my PHP application the fields that contain Hebrew > text end up blank. The collation for the Hebrew fields is *utf8_general_ci. > *I have very little experience with Hebrew in PHP and MySQL applications, > and would really appreciate any help.
Try using the "charset utf8;" query or "SET CHARACTER SET utf8;", at the beginning of every session. - Oren ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]