[FX.php List] <IMG SRC="[FMP-Field: Path_And_Name, html]"

Jane Chinn Jane.Chinn at cwu.EDU
Wed Apr 12 13:52:44 MDT 2006


Hi Dale,

I'm sure the example you gave me would work too.  On my page I have

<?php
foreach($searchResult['data'] as $key=>$searchData){
?>

and then the resulting data from
<img src="<?php echo $searchData['Path_And_Name'][0]; ?>">

Thanks!
Jane

On Apr 12, 2006, at 12:21 PM, Dale Bengston wrote:

> Hi Jane,
>
> Assuming your data coming from FX is in an array called $result, it  
> would be something like this:
>
> <img src="<?php echo $result['data']['Path_And_Name'][0];?>">
>
> Hope this helps,
> Dale Bengston
>
> On Apr 11, 2006, at 6:28 PM, Jane Chinn wrote:
>
>> Hi,
>>
>> Can you give me an equivalent in FX.php for the old cdml:
>>
>> <IMG SRC="[FMP-Field: Path_And_Name, html]"
>>
>> Thanks,
>> Jane Chinn
>> _______________________________________________
>> 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



More information about the FX.php_List mailing list