PHP2005 Posted November 20, 2007 Posted November 20, 2007 Hi All, I working on a page and I would like to display a specific record where all the records on ABC field will be showing at the pages if is "High School" but for some reason it is not doing what supposed to do. Any help will be appreciated. $search_result21 = new FX($serverIP,$webCompanionPort); $search_result21->SetDBData('Resource_FYR.fp7','seminar_text'); $search_result21->SetDBPassword('','Admin'); $search_result21->AddSortParam('Last_Name','ascend'); $search_result21->AddDBParam(ABC,'High School'); $Result = $search_result-> FMFind(); Thank you, msei
Recommended Posts
This topic is 6282 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 accountSign in
Already have an account? Sign in here.
Sign In Now