An array is a data structure that store multiple values in single variable. In PHP to create an array, array() function is used. $mobile = array("S
You need to log in or register to vote on answers or questions.