November 15, 200520 yr 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
November 16, 200520 yr Author Got it fixed. I had not allowed editing in the table I was working with, so once I modified the Web_Security databases everything works fine.
Create an account or sign in to comment