Jump to content

[SOLVED] Populate Arrays with common values


xtopolis

Recommended Posts

Hi,

 

Is there an easy way to populate php arrays with values like A-Z, or 0-9 without typing:

 

<?php
  $alphabet = array('A','B','C','D'.....);
?>

 

I thought I might have seen an example in someones' sig on here once , but I don't recall their UN.

Thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.