can we use two values in array both are same values? pretty!

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
indian98476
Forum Commoner
Posts: 78
Joined: Tue Dec 15, 2009 3:24 am

can we use two values in array both are same values? pretty!

Post by indian98476 »

'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'),
User avatar
moglimani
Forum Newbie
Posts: 18
Joined: Thu May 28, 2009 5:54 am

Re: can we use two values in array both are same values? pretty!

Post by moglimani »

ya. if it is in the end of the array. because if u use it in the middle array then its a pretty proplem in retrieving values in php
Post Reply