[FX.php List] FM6 & FM8 on same page?

Steve Winter steve at bluecrocodile.co.nz
Tue Jun 27 16:48:01 MDT 2006


Kevin,

One other thought... I'm using the latest version of FX.php, (I think 4.2)
which may have some bearing on things...?

Cheers
Steve

> On 27/6/06 9:03 PM, "Steve Winter" <steve at bluecrocodile.co.nz> wrote:
> 
> > Hi Kevin,
> > 
> > I've just hacked together a test of this situation, all I did was
> copied
> > code blocks from two different solutions, one which runs on FM7SA,
> the other
> > on FMU6;
> > 
> >   include_once("assets/fx/fx.php");
> >    
> >   $groupQuery = new FX('192.168.0.13', '80', 'FMPro7');
> >   $groupQuery->SetDBData("emGroups", "web");
> >   $groupQuery->SetDBUserPass($userName, $password);
> >   $groupQuery->AddDBParam('groupID', $_COOKIE['groupID']);
> >   $groupData = $groupQuery->FMFind();
> >   $groupKey = key($groupData['data']);
> > 
> >   echo '<pre>';
> >   print_r($groupData);
> >   echo '</pre>';
> >   
> >   $locationQuery = new FX('192.168.0.2', '591', 'FMPro5/6');
> >   $locationQuery->SetDBData("pgItinerary.fp5", "web");
> >   $locationQuery->AddDBParam('date', date("d/m/Y"));
> >   $locationData = $locationQuery->FMFind();
> >   $locationKey = key($locationData['data']);
> > 
> >   echo '<pre>';
> >   print_r($locationData);
> >   echo '</pre>';
> > 
> > And it all works fine...as you can see I've got FM8SA running on one
> box,
> > and FM6U running on another, both on my lan and the above works fine,
> > returning the data that I would have expected for both requests...I
> did
> > nothing to FX.php itself...
> > 
> > What are you specifically having issues with...??
> > 
> > Cheers
> > Steve
> 
> Well, passing in the server type for FM like you did [$locationQuery =
> new
> FX('192.168.0.2', '591', 'FMPro5/6');] didn't work for me - though I'm
> prepared to try it again, as things have changed slightly since I last
> tested this. That's left me trying to use two instances of FX, which
> simply
> isn't working, and probably isn't going to at this rate. Let me try
> your
> approach again and I'll report back later in the day.
> 
> -- 
> Kevin Futter
> Webmaster, St. Bernard's College
> http://www.sbc.melb.catholic.edu.au/
> 
> 
> 
> ------------------------------------------
> This e-mail and any attachments may be confidential.  You must not
> disclose or use the information in this e-mail if you are not the
> intended recipient.  If you have received this e-mail in error, please
> notify us immediately and delete the e-mail and all copies.  The
> College does not guarantee that this e-mail is virus or error free. 
> The attached files are provided and may only be used on the basis that
> the user assumes all responsibility for any loss, damage or consequence
> resulting directly or indirectly from the use of the attached files,
> whether caused by the negligence of the sender or not.  The content and
> opinions in this e-mail are not necessarily those of the College.
> 
> 
> _______________________________________________
> 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