PHP SQL SOMEONE HELP ME

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
neoexdeath05
Forum Newbie
Posts: 2
Joined: Tue Apr 01, 2014 5:55 am

PHP SQL SOMEONE HELP ME

Post by neoexdeath05 »

Hello,

I am new here in this forum, I just search on google where can I have answers to my questions, then this forum show. I want to ask something please help me :(

This is the situation for my website

I got column "user_id" <-- Where user name go.
I got column "link_a" <-- Where link go.
I got column "link_b" <-- Where link go.

I got registration website, there is a line that you need to input the username where your account link. for example lets say my username is

NeoExDeath

Now I need two accounts link on my username so I can graduate.

So i need php page where can i see that my account is graduate.

If username got 2 link accounts
You are graduate.

So php can be look like this:

Your username: Armando Arce
Your left downline(link) is: Angelo John
Your right downline(link is: Jayjay Vindo
Status: You are Graduate.



Please help me. Thank you so much!
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: PHP SQL SOMEONE HELP ME

Post by Celauran »

What is your question, exactly? What have you written so far? What errors are you encountering?
neoexdeath05
Forum Newbie
Posts: 2
Joined: Tue Apr 01, 2014 5:55 am

Re: PHP SQL SOMEONE HELP ME

Post by neoexdeath05 »

Actually I don't have error, I just want to have that code.
Post Reply