[FX.php List] Problem displaying image in Container

Chris Hansen chris at iViking.org
Tue Dec 16 11:08:44 MST 2008


Sorry about the slow response folks...  Busy, busy, busy... :-p  The  
image_proxy.php file uses the settings in server_data.php to know  
where to point for the needed data.  Make sure that file is up-to-date.

--Chris

On Dec 10, 2008, at 7:25 AM, Sam Laundon wrote:

> 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?
>
> Thanks in advance - Sam
>
>
> _______________________________________________
> 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