> Hi all,
> I'm kind of new with PHP. I work alot with another language called Lasso,
> reminds kind of PHP but not the same.
> I trying to search after a desired value within an array map (think you
> call
> it like that in PHP) and to get the value out as well.
>
> Is this possible in any way? Li
Here's a stab...
$colors = array("red"=>"#ff","gree"=>"#00ff00","blue"=>"#ff");
echo $colors["blue"];
should output #ff
HTH
-Brad
Jonas Rosling wrote:
Hi all,
I'm kind of new with PHP. I work alot with another language called Lasso,
reminds kind of PHP but not the same.
I trying t
Hi all,
I'm kind of new with PHP. I work alot with another language called Lasso,
reminds kind of PHP but not the same.
I trying to search after a desired value within an array map (think you call
it like that in PHP) and to get the value out as well.
Is this possible in any way? Like to show you
3 matches
Mail list logo