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 8327943
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T01:16:51+00:00 2026-06-09T01:16:51+00:00

Am looking for help in creating an environment where the user is able to

  • 0

Am looking for help in creating an environment where the user is able to update their profile by uploading their image and add their skills. I have already set up the user sign up form where each user sees the same page after logged in. These pages appear to all users which are access controlled pages( visible only when logged in). Everything is done using PHP.

As soon as the user logs in it shows – Logged in as “User” so that the user sees that they are logged in. I have created some similar access controlled pages.

I want each user to be able to update their own profiles with a simple profile pic and their skills like html, writing, web coding, etc. How to make it happen for each registered user?

I will be adding lot of users for this site who will be able to manage their own dashboard.

The best example site would be oDesk or elance where the user is able to update their skills, and which can be viewed by the Admin.

  • 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-06-09T01:16:52+00:00Added an answer on June 9, 2026 at 1:16 am

    Update for Comment I am successful in sorting out the prob of user recognition for the few pages that I have set up for the users once logged in.

    You are definitely going to need a database to hold information for each of your users. Start looking into MySQL server and once you have one setup, follow some tutorials for php mysqli and php form. The below is extremely rough but it should give you an idea of how to attack your problem. Good Luck!

    index.html

    <form action="addSkills.php" method="post">
     <input type="text" name="skill"/>
     <input type="submit">
    </form>
    

    addSkills.php

    $skill = $_POST['skill'];
    
    $mysqli = new mysqli("localhost", "my_user", "my_password", "world");
    $result = $mysqli->query("INSERT INTO user (skill) VALUES('$skill') WHERE userId = $_COOKIE['userId']")
    $result->close();
    $mysqli->close();
    

    This is a huge undertaking, you should try separating this into tasks and try working on each task at a time. One place to start would be able to navigate from page a to page b and still being recognized as logged in, once you do that look into forms and submitting forms.

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

Sidebar

Related Questions

I'm looking for a file utilities library that help creating paths, i.e. if I
LINQ gurus, I am looking for help to write a query... I have a
I am looking for help in creating a Regular Expression that validates a URL
i'm looking for some help in creating a faceted plot with angeled x-axis tick
Im looking for some help creating a graph using the google chart API I
I'm looking for help/advice with creating simple JSP website using equivalent of PHP include+switch
Hi I'm pretty new to javascript looking for some help on creating an argument
I need some help with rally. I'm currently looking at creating a simple app
I'm looking for some help creating a regex that requires 8 char (at a
I am looking for help with a design pattern for creating a database connection

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.