Get contacted by recruiters directly with our newest chat feature!
Register now or log in to join your professional community.
you can use the array() function to create an array.
for example :
$cars = array("fiat", "ford", "bmw");
You can use
$multivalues = array('one','two'.'three');
Cancel Report Answer