Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
In PHP, which of the following are correct ways of creating an array? (marks will be deducted for wrong choices.)
$state = array("karnataka");
$state[0] = "karnataka";
$state[] = array["karnataka"];
state[0] = "karnataka";
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!