Re: looping through text with array_key_exists function
- From: "drako" <neil@xxxxxxxxxxxxxx>
- Date: 28 Jun 2006 23:04:04 -0700
I see what you mean - but you can't explode a space, then append '.jpg'
to it - although I'm sure there is a way around this.
Thanks
Neil.
-Lost wrote:
"drako" <neil@xxxxxxxxxxxxxx> wrote in message
news:1151534640.569186.5300@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
$convert = array("a" => "a.jpg", "b" => "b.jpg", "c" => "c.jpg", "d" =>
"d.jpg", "e" => "e.jpg", "f" => "f.jpg", "g" => "g.jpg", "h" =>
"h.jpg", "i" => "i.jpg", "j" => "j.jpg", "k" => "k.jpg", "l" =>
"l.jpg", "m" => "m.jpg", "n" => "n.jpg", "o" => "o.jpg", "p" =>
"p.jpg", "q" => "q.jpg", "r" => "r.jpg", "s" => "s.jpg", "t" =>
"t.jpg", "u" => "u.jpg", "v" => "v.jpg", "w" => "w.jpg", "x" =>
"x.jpg", "y" => "y.jpg", "z" => "z.jpg", "0" => "0.jpg", "1" =>
"1.jpg", "2" => "2.jpg", "3" => "3.jpg", "4" => "4.jpg", "5" =>
"5.jpg", "6" => "6.jpg", "7" => "7.jpg", "8" => "8.jpg", "9" =>
"9.jpg");
I have to get busy on something else or I would give this more attention, but...
You could always explode a string and simply append '.jpg' since obviously, everything you
have is 'everything you have.jpg'.
-Lost
.
- Follow-Ups:
- Re: looping through text with array_key_exists function
- From: Janwillem Borleffs
- Re: looping through text with array_key_exists function
- References:
- Prev by Date: how can i hide the path of file so user can not download it directly
- Next by Date: Re: looping through text with array_key_exists function
- Previous by thread: Re: looping through text with array_key_exists function
- Next by thread: Re: looping through text with array_key_exists function
- Index(es):
Relevant Pages
|