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. 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') 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 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
Archived
This topic is now archived and is closed to further replies.