What is Difference between these 2 in Return Array ...
Posted: Mon Mar 27, 2006 1:22 pm
Can somebody tell me what is the difference between these two in Return Array;
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
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