Aryan
Aryan

Reputation: 95

Integrating Custom Database with Wordpress

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

Upvotes: 0

Views: 4532

Answers (1)

transilvlad
transilvlad

Reputation: 14532

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.

Upvotes: 2

Related Questions