asterdeve Posted April 17, 2018 Share Posted April 17, 2018 now lets asked another simple question to all exparts this is my array Array ( [0] => Jhon-Smith [1] => 25 Year [2] => USA, Texas [3] => Stifen [4] => Kerry [5] => USA, Texas ) I want to remove offset number, which is inside of the [0] to [5] & changed them to alphabets like [a] to [z] or it will start from 20 or 30 like [21] to [99] I hope someone can help me at least now. thanks to all again. Quote Link to comment Share on other sites More sharing options...
requinix Posted April 17, 2018 Share Posted April 17, 2018 Learn about range() and array_combine(). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.