> Hi all, can someone put a step by step guide about what are the correct
> steps to have a front(in flash) that connects to a MySql with AMFPHP

Lots of good information at:
http://www.sephiroth.it
http://www.5etdemi.com/blog/
http://amfphp.org

Flash player uses UTF-8 so you shouldn't have character issues.

One gotcha, if you're storing UTF-8 strings in MySQL you will want to use
4+, and you'll need to call the following before running "select where"
queries from your service.

mysql_query("SET NAMES 'utf8'");

Tony
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to