Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 413617
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T18:12:07+00:00 2026-05-12T18:12:07+00:00

I already have written a login and register script. The user can login to

  • 0

I already have written a login and register script. The user can login to their account edit their details etc. The details are stored in a users table which has many different data properties related to the user.

I was wondering, how do I make it so they can view their profile and it shows all the data they input. For example, if somebody with username “bob” registered and changed his data, he can click a link “view profile” and he can see his public user profile. I know how to fetch entries and display the data but my problem is I don’t understand how to make a profile for my users that can be seen by others and/or themselves. I want these pages to be dynamically created for each user.

Also, if I had a page that retrieved all the recently registered members, it could link to their profile pages.

It is a very common thing across websites and I know there are CMS’s that already do this like drupal but I want to code a small controlled solution by myself. Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T18:12:07+00:00Added an answer on May 12, 2026 at 6:12 pm

    Make your page ‘profile.php’

    1) Pass id to that page using Get String. Link would be : ……/profile.php?id=3
    To learn more about Get and Post Method of form submission. And how PHP handles it ($_POST & $_GET) google it.

    2) In that page ‘profile.php’

     $id=isset($_GET['id'])?$_GET['id']:-1;
     settype($id , "int");
     if($id<1)
     {
         //wrong id, may be redirect
         header('Location : another-page.php');
         die();
     }
     // use this $id to get information from db and display the information
    

    3) If you want to dynamically tell the person that what his profile link is:
    Supposing you have $id of that person :
    $link = ‘…../profile.php?id=’ . $id;

    Please consider learning basic php first. Like cookies, get, post, functions, db handling, sessions, string handling, array handling, global variables.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a video codec for OMAP3430. I already have code written in
Using google's Protocul Buffers , I have a service already written in Java which
This is similar to this question, except the code is already written. I have
I already have a deploy.rb that can deploy my app on my production server.
I am trying to run a simple password validator. I have already written it
I have a daemon script written in ruby which responds to commands like daemon
We already have things like static analysis that tells us what's wrong with our
i already have a project with TreeNode class which creates a hierachy of nodes
I already have code which lazy loads scripts on request. My issue now is
I already have an enterprise Java EE application. I want expose some of the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.