Welcome Guest, Not a member yet? Register   Sign In
push new array keys and values into simple array_slice
#2

[eluser]cahva[/eluser]
Its an array so treat it like its an array. For example:
Code:
echo $row->firstname;

// Should be
echo $row['firstname'];


Messages In This Thread
push new array keys and values into simple array_slice - by El Forum - 12-28-2010, 05:42 PM
push new array keys and values into simple array_slice - by El Forum - 12-28-2010, 06:55 PM
push new array keys and values into simple array_slice - by El Forum - 12-29-2010, 09:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB