Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to start the index from 1 in php?

$array = array("a","b","c");
array_unshift($array,"");
unset($array[0]);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #start #index
ADD COMMENT
Topic
Name
7+2 =