RE: [Flashcoders] DataGrid: save multidim arrayfrom Flash to mySQL with PHP

2011-09-06 Thread Cor
Thanks Glen! This is what I was looking for. I use URLVariables in many occasions, but that is always like 1 record. The (multi-records)part in php is really my problem. I think I can work-out your example! Thanks again! Best regards, Cor van Dooren -Original Message- From: flashcoders

Re: [Flashcoders] DataGrid: save multidim arrayfrom Flash to mySQL with PHP

2011-09-06 Thread Glen Pike
Hi, You can post multidimensional arrays to PHP for example in an HTML form, this is better than GET which may have a lower limit on the number of characters that can be sent in a request (as I found out with some JQuery stuff)... http://php.net/manual/en/reserved.variables.post.php

[Flashcoders] DataGrid: Expanding vertical Thumb width (Glen Pike)

2011-09-06 Thread lists-09
Glen: thank you! That works perfectly. ~Bill -- Message: 1 Date: Mon, 05 Sep 2011 17:18:34 +0100 From: Glen Pike Hi, I remember having to hack this in Flash for a list component, you should be able to set the style, b