Please answer this simple SPAM challenge: three plus six? (Example: nine)
To create a range array likeArray( [11] => 1 [12] => 2 [13] => 3 [14] => 4)combine two range arrays using array_combine:array_combine(range(11,14),range(1,4))
<< Back to user notes page