hmm the logic escapes me
if (isset($_POST['actives_endowment_fund']) ) OR (isset($_POST['provisional_endowment_fun d'])) OR (isset($_POST['sustainer_endowment_fund' ])) OR (isset($_POST['non-resident_endowment_fu nd']))
gives me
Parse error: parse error, unexpected T_LOGICAL_OR in /######/member_form.php on line 221
so what am I missing here? I was chugging along quite nicely and I have four types of objects that I am doing simmilar but different work on. But in this once call I am going to print the same thing, thusly I do not care which type of object is set, as long as one of them is.
gives me
Parse error: parse error, unexpected T_LOGICAL_OR in /######/member_form.php on line 221
so what am I missing here? I was chugging along quite nicely and I have four types of objects that I am doing simmilar but different work on. But in this once call I am going to print the same thing, thusly I do not care which type of object is set, as long as one of them is.
