[FX.php List] Re: [FX.php_List] Mysterious asterisks appearing in fields

Derrick Fogle derrick at fogles.net
Thu Mar 15 13:00:32 MDT 2007


According to an earlier post, the asterisks do NOT appear in the XML  
URL:

On Mar 9, 2007, at 12:42 PM, Chris Bisgard wrote:

>                     [OrgName] => Array
>                         (
>                             [0] => *RACC*
>                         )
>
>                     [OrgContact] => Array
>                         (
>                             [0] => *Chris Bisgard*
>                         )
>
>     [URL] =>
> http://192.168.0.7:80/fmi/xml/FMPXMLRESULT.xml?-db=CLPtest&- 
> lay=Web&-max
> =50&OrgName.op=cn&OrgName=RACC&OrgContact.op=cn&OrgContact=Chris 
> +Bisgard
> &-new

...which brings us back to the ".op=cn" statements in the URL. Why do  
those need to be in a "-new" statement? I'm definitely leaning  
towards the idea that FMP is putting those asterisks into the field  
data because of the .op=cn statements. When creating new records, you  
shouldn't need those parts. Can we re-visit the whole FX.php script?  
There shouldn't be any op attributes passed.


On Mar 15, 2007, at 1:52 PM, Chris Bisgard wrote:

> This is sounding like a BIG clue... the asterisks don't appear in the
> POST data or in the query array, but they show up in the array
> returned by FMNew() and in the Filemaker XML url (and in the FMP file,
> obviously). Are there other places along the way to check the
> variables?


Derrick Fogle
derrick at fogles.net





More information about the FX.php_List mailing list