hmm the logic escapes me
Date: 08/01/05
(PHP Community) Keywords: php
if (isset($_POST['actives_endowment_fund'])) OR (isset($_POST['provisional_endowment_fund'])) OR (isset($_POST['sustainer_endowment_fund'])) OR (isset($_POST['non-resident_endowment_fund']))
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.
Source: http://www.livejournal.com/community/php/328554.html