OrrieVisser Posted September 8, 2010 Share Posted September 8, 2010 I'm trying to get details of family members to display in a grouped fashion under their family, but for some reason the cell phone (mobile phone) number comes through from the query but not into the variable assignment!? I've used FirePHP to track the variable assignments and I can see that the value pulls into the query variable $per_Cellphone but not through into the array as it outputs a NULL value!? The Email works fine, just not CellPhone? $aCellPhone[$iCount] = $per_Cellphone; $aEmail[$iCount] = $per_Email; Link to comment https://forums.phpfreaks.com/topic/212851-variable-not-taking-value/ Share on other sites More sharing options...
rwwd Posted September 8, 2010 Share Posted September 8, 2010 Hi there, How does $per_Cellphone; get generated? Make sure as you have spelled it correctly & capitalised where necessary.. Cheers, Rw Link to comment https://forums.phpfreaks.com/topic/212851-variable-not-taking-value/#findComment-1108632 Share on other sites More sharing options...
OrrieVisser Posted September 8, 2010 Author Share Posted September 8, 2010 It's always the most obvious things that I overlook! That's for pointing out my lack of attention to detail! Link to comment https://forums.phpfreaks.com/topic/212851-variable-not-taking-value/#findComment-1108645 Share on other sites More sharing options...
rwwd Posted September 8, 2010 Share Posted September 8, 2010 Cool, always something simple with things like that. Cheers, Rw Link to comment https://forums.phpfreaks.com/topic/212851-variable-not-taking-value/#findComment-1108656 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.