Full Range ?
- From: UKuser <spidercc21@xxxxxxxxxxx>
- Date: Wed, 30 Apr 2008 02:02:24 -0700 (PDT)
Hi,
Just to save a bit of code - is there an easier way without typing out
all the letters/numbers to do this?
foreach (range("A","Z") as $v){$variables[] = $v;}
foreach (range("a","z") as $v){$variables[] = $v;}
foreach (range("1","9") as $v){$variables[] = $v;}
Effectively making one array with all letters & numbers
Thanks
A
.
- Follow-Ups:
- Re: Full Range ?
- From: Janwillem Borleffs
- Re: Full Range ?
- Prev by Date: Re: I've been hacked, help!
- Next by Date: Re: Full Range ?
- Previous by thread: I've been hacked, help!
- Next by thread: Re: Full Range ?
- Index(es):
Relevant Pages
|