Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

if you allow, I have a problem to display a list of jason data.
In fact, I want to display for each user its list of contacts and the contact for him contacts.
I explain, when a user (user2) register, he can say that he comes from user1. and user3 comes from user2 ...
I want to show somethings like this in contact view:
+user1
+uer2
-user3
+user4
.......

do you have method to do this? in the user table there's a colone 'contact' that contains the username of the person who brought it.

share|improve this question
is the contact column in user table a number? an user_id? – Jean-Paul Jan 23 at 20:11

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.