[FX.php List] portal rows cont'd

David Tinoco davet15 at hotmail.com
Thu Oct 26 08:26:53 MDT 2006


There was an error in my last code. Here is what it should have been:
 
if(isset($_REQUEST['item'])){$item = '=='.$_REQUEST['item'];$detail=new FX($serverIP,$webCompanionPort);$detail->SetDBData('XXXXX.fp7','Web View Catalogue');$detail->SetDBPassword($webPW,$webUN);$detail->AddDBParam('UPC Code',$item);$detailResult=$detail->FMFind();foreach($detailResult['data']as $key=>$detailData);$searchcount = $detailResult['foundCount'];
if($searchcount > 0){$related=new FX($serverIP,$webCompanionPort);$related->SetDBData('XXXXX.fp7','Web View Catalogue');$related->SetDBPassword($webPW,$webUN);$related->AddDBParam('UPC Code',$item);$related->AddDBParam('Keyword Match::MatchKeywords',$detailData['MatchKeywords'][0]);$relatedResult=$related->FMFind();$relatedCount = $relatedResult['foundCount'];}}
_________________________________________________________________
Check the weather nationwide with MSN Search: Try it now!
http://search.msn.com/results.aspx?q=weather&FORM=WLMTAG
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20061026/151633f9/attachment.html


More information about the FX.php_List mailing list