ratcateme Posted July 20, 2008 Share Posted July 20, 2008 i know there is a function to create a array you input like a-z or 0-9 and it will create an array like this array( [0] => a [1] => b [2] => c [3] => d [4] => e [5] => f .... all i need to the function name thanks Scott. Quote Link to comment https://forums.phpfreaks.com/topic/115655-solved-noob-question-function-to-go-array-a-z/ Share on other sites More sharing options...
MadTechie Posted July 20, 2008 Share Posted July 20, 2008 Range() $var = range('a', 'z') Quote Link to comment https://forums.phpfreaks.com/topic/115655-solved-noob-question-function-to-go-array-a-z/#findComment-594551 Share on other sites More sharing options...
ratcateme Posted July 20, 2008 Author Share Posted July 20, 2008 thanks man Quote Link to comment https://forums.phpfreaks.com/topic/115655-solved-noob-question-function-to-go-array-a-z/#findComment-594555 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.