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

Michael Layne fx at 9degrees.com
Tue Jan 4 09:32:57 MST 2005


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 995 bytes
Desc: not available
Url : http://www.iviking.org/pipermail/fx.php_list/attachments/20050104/37a60aaf/attachment-0001.bin


More information about the FX.php_List mailing list