[FX.php List] Problem displaying image in Container
Tim 'Webko' Booth
tim at nicheit.com.au
Wed Dec 10 18:20:13 MST 2008
>>
>> 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" />
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20081211/b61ad66e/attachment.html
More information about the FX.php_List
mailing list