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?
Generate the array like this.
Write down Key you want here.
This array will generate key from 0 onward & you will get keys and values like this.