Jump to content

This topic is 7017 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I am trying to eliminate a filemaker script and want to do everything in PHP.

I am having trouble setting globals.

Here is the code

$webenglish=new FX($serverIP, $webCompanionPort);

$webenglish->SetDBData('Publication_.fp5','ForWeb');

$webenglish->AddDBParam('-recid',$recid);

$webenglish->AddDBParam('gWebLang',1);

$webenglish->AddDBParam('Count_Detail',$Count);

$webenglishResult=$webenglish->FMEdit();

gWebLang is a global variable that is 1 for english and 2 for french

Count_Detail is a hit list count and for some reason I can't update it either.

What am I missing.

Thanks

This topic is 7017 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.