Page 1 of 1

What is Difference between these 2 in Return Array ...

Posted: Mon Mar 27, 2006 1:22 pm
by hbnmgr
Can somebody tell me what is the difference between these two in Return Array;

Code: Select all

'Aff_signup_name' => "1",
                'Aff_signup_name_mandatory' => 'true',

                'Aff_signup_mbrinfo1' => $data['signup_mbrinfo1'],
                'Aff_signup_mbrinfo1_mandatory' => $data['signup_mbrinfo1_mandatory'],

In the PHP page I have mbrinfo1, if left empty, comes back CANNOT BE BLANK !
What is the difference in the two statements above, and How can I make a field Not Mandatory?


Thanks!
SRR/arr

Posted: Mon Mar 27, 2006 4:30 pm
by feyd
I don't see a way for us to give you an answer if we don't know how the code that checks for "mandatory" works.