TG SH4RPY Posted November 17, 2011 Share Posted November 17, 2011 Hey, Im having a problem where it wont show the members name only TBA, i was wondering if anyone could spot whats wrong Code - http://pastebin.com/8mEGcTqd page - http://tw.tghq.org/rosters/hto_roster_blistig.php Quote Link to comment https://forums.phpfreaks.com/topic/251304-need-help-wont-display-members-names/ Share on other sites More sharing options...
trq Posted November 17, 2011 Share Posted November 17, 2011 Do you really expect people to sift through 800+ lines of code looking for what might be relevant the vague description of your problem? Really? Quote Link to comment https://forums.phpfreaks.com/topic/251304-need-help-wont-display-members-names/#findComment-1288905 Share on other sites More sharing options...
ManiacDan Posted November 17, 2011 Share Posted November 17, 2011 Agreed, debug this on your own. YOU find where "TBA" is coming from, and then figure out why you get TBA instead of what you'd expect. "TBA" shows up everywhere in your code, it's not like you named it properly so the output is "Username unknown" and we could easily find it. Quote Link to comment https://forums.phpfreaks.com/topic/251304-need-help-wont-display-members-names/#findComment-1288951 Share on other sites More sharing options...
phporcaffeine Posted November 17, 2011 Share Posted November 17, 2011 While I do agree that you need to filter your request down a lot, I'll give you a little shove in the right direction. Start with the area that is echoing out TBA instead of what you think it should be. Why is that variable set to TBA instead of what it should be? Where is that variable set at? Most (if not all) diagnosticians think this way; reverse engineering. Start with the end (albeit undesired) result and work your way all the back to the beginning if needed. Its like doing a maze in reverse. Start with the answer and use it to figure out what the question is. Quote Link to comment https://forums.phpfreaks.com/topic/251304-need-help-wont-display-members-names/#findComment-1288958 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.