php with index code example Example: how to start the index from 1 in php? $array = array("a","b","c"); array_unshift($array,""); unset($array[0]);