Welcome Guest, Not a member yet? Register   Sign In
why is this always 'no'?
#1
Tongue 

Can anyone tell me why this always executes to 'no'? With the debugger I can clearly see values for $post_array 

if ((empty($post_array->elimination_of_uncertainty)) && (empty($post_array->technological_in_nature)) &&
            (empty($post_array->permitted_purpose)) && (empty($post_array->process_of_experimentation))) {
            $iComplete = 'no';
        } else {

        $iComplete = 'yes';
    }
proof that an old dog can learn new tricks
Reply


Messages In This Thread
why is this always 'no'? - by richb201 - 11-14-2022, 08:59 AM
RE: why is this always 'no'? - by kenjis - 11-14-2022, 03:01 PM
RE: why is this always 'no'? - by richb201 - 11-15-2022, 08:43 AM
RE: why is this always 'no'? - by ikesela - 11-14-2022, 08:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB