View Single Post
Old 04-24-2009, 12:27 AM   #5 (permalink)
smrtalex
The Wanderer
 
Join Date: Aug 2008
Posts: 8
Thanks: 0
smrtalex is on a distinguished road
Default

Nice, but I'm not sure that is telling what the values are in the new array? Or am I misreading the code.

Remember, I am creating an array with:

Quote:
return array(
"first_name" => $vb["firstname"],
"last_name" => $vb["lastname"],
"email" => $vb["emailaddress"]
);
I know the values are correct going in, and I just want to make sure my new array variables ("first_name", "last_name", and "email") have the correct values passed to them.
smrtalex is offline  
Reply With Quote