[FX.php List] Problem accessing image through image_proxy.php( FX.PHP)

Debabrata Pati pati.debabrata at gmail.com
Mon Sep 26 08:38:48 MDT 2005


Hi
 i am facing problem when i access images in FileMaker Sever Advaned
database.
 i am accessing the image through image_proxy.php a part of FX.PHP
 The problem is it shows the image of the first record and then
repeats first image for every record here after.
 But sometimes shows correct result but sometimes not.
  The code is like:
 <?php
 include_once('fx/fx.php');
include('fx/image_proxy.php');

$fxob=new FX('127.0.0.1 <http://127.0.0.1>',80,'FMPro7','HTTP');
$fxob->setDBPassword('sss','admin');
$fxob->setDBData('Apanew','realweb');

$reData=$fxob->FMFindAll();

foreach($reData['data'] as $val){

$temp="fx/image_proxy.php?FXimage=".vignereEncryptURL($val['picture'][0]);
 echo '<img src="'.$temp.'"><br>';
}

?>
  Please Help regarding this problem.
 Any other way available for accessing image from FileMaker......Pls reply.
 Software Specifications:
FileMaker Server 7 Advanced/PHP 4.3.3/FX.php 4.0
  Regards
 Debabrata
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20050926/f0a6a6e5/attachment.html


More information about the FX.php_List mailing list