[FX.php List] Problem displaying image in Container

Gjermund Gusland Thorsen ggt667 at gmail.com
Thu Dec 11 01:02:31 MST 2008


Well bringing out content from container fields...
brings out the same bottle necks as IWP would do.

ggt

2008/12/11 Tim 'Webko' Booth <tim at nicheit.com.au>:
>
>
> On Dec 10, 2008, at 1:57 PM, Sam Laundon wrote:
>
> My apologies if this has been posted twice.
>
> I had the problem solved years ago when hosting the FileMaker on my own
> computer, but not it has reared it's ugly head again.
> The following has worked for years:
> $Thumb
> ="../FX/image_proxy.php?FXimage=".vignereEncryptURL($resultData['thumbnail'][0]);
> and in the body:
> <img src="<?php echo $Thumb?>">
> Now I want to have a remote host of FileMaker. The above code works fine
> when the php files are hosted on the same server as the FileMaker Database.
> The thumbnail displays.
> In this new solution the FileMaker Server is at one IP address and the php
> web pages are at another IP address. In this configuration I can access all
> the fields in a record fine except for the container field which shows the
> broken icon.
> Is what I am trying to do possible? Does something need to be changed in the
> image_proxy.php file?
>
> This should work - http://office.nicheit.com.au/acph/detail.php?id=01 does
> exactly what you describe - the actual FM db is on a completely different
> machine...
> Oddly, this is about the third one of these issues I've heard about this
> week, but I can't make it happen myself
> And my exact code to make the page above work:
> <?php
> $photo1="include/FX/image_proxy.php?FXimage=".vignereEncryptURL($thememorialData['ImageFile1'][0]); ?>
> <p class="imageright"><img src="<?php echo $photo1; ?>" width="350"
> align="right" />
> _______________________________________________
> 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