I'm having an array called $enquiries_labels
. It's a static array. So, I've defined it as follows:
$enquiries_labels = array("New Enquiry","Retail Enquiry","Feedback","Payment Query","Package Query","Test Query");
But instead of this I want to define an associative array explicitly with keys starting from 0 and the associated values should be in above sequence. Can anyone help me in defining such associative array with key-value pairs explicitly?
"; } – Steini Jan 07 '14 at 10:35