can an array have same values? say like array('a','a')?
Posted: Thu Mar 04, 2010 11:34 pm
'empstatus'=>array('select','empstatus',array(array('','Choose One'), array('Associate','Associate'),
array('Government Employee','Government Employee'),
array('Partner','Partner'),
array('Solo Practice','Solo Practice'),
array('Independent Contractor','Independent Contractor'),
array('Law Student','Law Student'),
array('Other','Other')), array('class'=>"fillin2", 'style'=>"width:200px;"),'empstatus'),
could anyone explain me the above code? it was posted for a registration form and this is the employee status...
array('Government Employee','Government Employee'),
array('Partner','Partner'),
array('Solo Practice','Solo Practice'),
array('Independent Contractor','Independent Contractor'),
array('Law Student','Law Student'),
array('Other','Other')), array('class'=>"fillin2", 'style'=>"width:200px;"),'empstatus'),
could anyone explain me the above code? it was posted for a registration form and this is the employee status...