Creating a Profile like Social website

Asked By 30 points N/A Posted on -
qa-featured

I want to make a site where the visitors would be able make their own profile. I have made registration system but I can not go anymore. How can I make it with PHP and MySql?

SHARE
Answered By 5 points N/A #115436

Creating a Profile like Social website

qa-featured

 

Dear friend

  • First of all create flow of your website for example how to access profile page, where to redirect when login fail etc.
  • First analyze no of fields you want in profile page and after that creates a table which holds information related to profile page.
  • You have created registration page that means user needs to login to create profile.
  • So you also need to create login page design and create log check php code file to authenticate username and password entered in login page.
  • Create profile page design and start coding for profile page.
  • If you don’t know issues like uploading image etc using PHP you can learn from below reference www.w3schools.com

Related Questions