0

I Have a Wordpress Site with few users who are my college students

They Registered using their RollNumbers/HallTicket Numbers as their usernames in Wordpress site

Now I Have Another Database with Their Personal Details like Marks, Rank etc

Now I want to Integrate this Database to Wordpress so that when student/user logins , then he/her could see their respective marks and other details

I Just want your suggestions/ideas to implement this, Not asking for a Complete solution

Thankyou

5
  • 1
    Welcome to StackOverflow! We typically want to see that some effort has been made on your part to solve the problem yourself. What have you tried? and what was the result? Commented Oct 16, 2012 at 19:11
  • 1
    @Greg I am just asking for an outline idea, Not asking the complete solution Commented Oct 16, 2012 at 19:13
  • Be more specific. Details on how you want it to work and so on. Commented Oct 16, 2012 at 19:16
  • There is an answer to your question here. And I agree with it. wordpress.stackexchange.com/questions/6465/… Commented Oct 16, 2012 at 19:19
  • @tntu Question Edited, Could u please Suggest me Commented Oct 16, 2012 at 19:19

1 Answer 1

2

A simple Google search for wp custom query has turned out a couple of interesting results.

I chose this one for you: http://wp.tutsplus.com/tutorials/creative-coding/writing-custom-queries-in-wordpress/

It should provide sufficient information if you can put it together with what you wnat to have done.

Sign up to request clarification or add additional context in comments.

3 Comments

Thankyou for this, it wil help me a lot, but my only doubt is User should see only his data only from custom database table after login to wordpress site
We can use wpdb custom queries, but where we need to write our custom queries , we need to create a php file for that or we need to write it in an existing file ??
You can create a plugin for that.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.