I am stuck with my college project. I have built a virtual classroom using PHP and MySQL, but I am not able to integrate it with WordPress :-(
Problem:
In our project we have a page where all members can enter their website details, and I don't want to have another signup form for it. People who are already logged into wordpress should get the input form. And people who are not logged in should only be able to see the entered data on the page and the input form should be blocked.
Basically, what I am trying to do is: I want all the registered members(self-hosted WordPress members ) to be able to enter their website name, url, author name etc and submit it. And it should be automatically be displayed on another page(which is displayed to public).
Please help me with this.