Welcome Guest, Not a member yet? Register   Sign In
array
#4

[eluser]NateL[/eluser]
I think what you want is something like

Code:
$item = array();
$item['author'] = "Doug Larson";
$item['quote'] = "Life expectancy...";

now, do a var_dump on $item, and you should get:

Code:
Array
(
  [author] = "Doug Larson"
  [quote]  = "Life expectancy..."
)


Messages In This Thread
array - by El Forum - 09-12-2009, 10:53 AM
array - by El Forum - 09-12-2009, 11:03 AM
array - by El Forum - 09-12-2009, 11:10 AM
array - by El Forum - 09-12-2009, 11:11 AM
array - by El Forum - 09-12-2009, 12:41 PM
array - by El Forum - 09-12-2009, 02:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB