1 Reply Latest reply: Mar 8, 2010 3:02 AM by decpariem RSS

    Greek in Flash-php-mysql

    decpariem Community Member

      Hi! I have created a backend for a sit and I want all the input fields, comboboxes etc to be in greek.

      I tried the Arial greek in flash, set names utf8 in php, and in mysql database collation greek general ci.

      But it's not working.

      Any other ideas or suggestions?

        • 1. Re: Greek in Flash-php-mysql
          decpariem Community Member

          Anyone with the same problem must know this.

          When you want to store greek text to your database if you have tried everything with encodings and php set names then you should look on actionscript

          where you load the php script. You should use only sendandLoad function and method always POST and not GET.

          Strange but it worked for me