![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: NEWBIE
From: Erwin Moller <since_humans_read_this_I_am_spammed_too_much@spamyourself.com>
Date: Wed Jul 20 2005 - 10:53:17 CEST
Lorenzo wrote:
> I want to directly access the the individual values in an array by using
Hi Lorenzo,
Something like this?
$test["tralala"] = " PHP ";
echo $test["Lorenzo"].$test["tralala"].$test["testing"];
Regards,
PS: This is just a very simple example.
|