[FX.php List] Problem with FMEdit() enters the data twice in each field

Dennis Crall dennis-crall at uiowa.edu
Mon May 2 10:24:38 MDT 2005


³FM7SA doesn't play well with the POST method²

Can someone elaborate on this statement?  I¹m doing some FX-ish type stuff
in Flash that is counting on POST. So far it seems to work well. If you
can¹t POST reliably, what is the preferred method for updating records with
data too large for a GET request?

Thank you,

Dennis Crall
ITS-Academic Technologies
The University of Iowa
http://at.its.uiowa.edu


On 5/2/05 11:10 AM, "Jane Chinn" <Jane.Chinn at cwu.EDU> wrote:

> Andre, 
> 
> Yes this same thing was happening to me and someone on the list suggested the
> following: 
> 
> Found out what the problem is. It turns out that FM7SA doesn't play well with
> the POST method. You can still use the post method for web forms, but you need
> to communicate with the server using GET.
> 
> In FX.php, lines 97 and 98, set the following to false:
> 
> var $isPostQuery = false;
> var $useCURL = false;
> 
> 
> Regards, 
> Jane 
> 
>  
> On May 2, 2005, at 8:38 AM, Dale Bengston wrote:
> 
>> Hi Andre, 
>> 
>> I'm working from memory and have not had this problem myself... but I think
>> it had something to do with CURL. There is a pref in FX.php for turning CURL
>> on and off. Try that.
>> 
>> Hope this helps,
>> Dale 
>> 
>> 
>> On May 2, 2005, at 10:09 AM, Andre Rabha Tozzini wrote:
>> 
>> Hi Folks, 
>> 
>> I'm getting this kind of problem in my DB when i try to edit a record. It do
>> something like these field&field.
>> 
>> I saw a post that tells it to chance the FMPostQuery(true) to 
>> FMPostQuery(false) in FX.php but didnt work.
>> 
>> So can anyone tell me what  its all about??
>> 
>> I'm running Mac OSX 10.3.9, Apache 5.0.1 and FX.php 3
>> 
>> Thanx 
>> 
>> Andre Tozzini_______________________________________________
>> FX.php_List mailing list
>> FX.php_List at mail.iviking.org
>> http://www.iviking.org/mailman/listinfo/fx.php_list
>> 
>> 
>> _______________________________________________
>> FX.php_List mailing list
>> FX.php_List at mail.iviking.org
>> http://www.iviking.org/mailman/listinfo/fx.php_list
> 
> 
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20050502/dbfb67e1/attachment.html


More information about the FX.php_List mailing list