[FX.php List] Get container data out of FileMaker

Stephen Knight 1-800-353-7950 stephen at fmwebschool.com
Tue Jan 4 09:55:44 MST 2005


Thanks Michael, thanks Gjermund.  Let me give it a whirl!

In Kindness
Stephen K. Knight
www.fmwebschool.com
1-800-353-7950
Professional FileMaker Web Services
  ----- Original Message ----- 
  From: Michael Layne 
  To: FX.php Discussion List 
  Sent: Tuesday, January 04, 2005 11:32 AM
  Subject: Re: [FX.php List] Get container data out of FileMaker


  a bit of code would be helpful - are you sure you're grabbing the right level of array?

  <?
  $data = current($result['data']);
  echo $data['container'][0]; // will get one record

  otherwise, you need to loop...

  <?
  foreach ($result['data'] as $list) {
  $list['container'][0] . "<br />";
  }




  On Jan 4, 2005, at 11:27 AM, Stephen Knight 1-800-353-7950 wrote:


    Does anyone know how I can use FX.php to get container data out of
    Filemaker? We've been able to mock up a URL, but it keeps getting the first
    record of the table. (FileMaker 7)

    In Kindness
    Stephen K. Knight
    www.fmwebschool.com
    1-800-353-7950
    Professional FileMaker Web Services

    _______________________________________________
    FX.php_List mailing list
    FX.php_List at mail.iviking.org
    http://www.iviking.org/mailman/listinfo/fx.php_list



  Michael Layne : 9 degrees development : www.9degrees.com : 404.226.7835 



------------------------------------------------------------------------------


  _______________________________________________
  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/20050104/d18f0ab8/attachment.html


More information about the FX.php_List mailing list