Guest Xanza Posted March 4, 2009 Share Posted March 4, 2009 I have a fairly simple username and password array database: $ft['users']['myusername'] = array('password' => 'mypassword', 'group' => 'admin'); I simply want to echo the stupid password. xD so far I have this: echo "Password: ".$ft[users][0][$username][0][password]; Not sure if it's correct so if at all possible please give me a quick resolve! Link to comment https://forums.phpfreaks.com/topic/147862-solved-quick-array-help/ Share on other sites More sharing options...
Guest Xanza Posted March 4, 2009 Share Posted March 4, 2009 i solved it my self.. sorry for the spam thread. Link to comment https://forums.phpfreaks.com/topic/147862-solved-quick-array-help/#findComment-776064 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.