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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:54:35+00:00 2026-05-23T16:54:35+00:00

I am developing an web application with raw PHP for a school. When an

  • 0

I am developing an web application with raw PHP for a school. When an user visits a student’s profile page the web link on the address bar shows like this- http://localhost/utc/studentprofile.php?studentid=11100103. But I want to appear it like this- http://localhost/utc/studentprofile.php?studentid=.I1vlXKbsAAljiXXX4ylPpWER1D8re93AA–

I can do it using base64_encode but if I do when the user tries to view the student’s profile, it doesn’t show any information.

Would anyone please kindly help me on how to do this?

Thanks in Advance

  • 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-23T16:54:36+00:00Added an answer on May 23, 2026 at 4:54 pm

    You added more information in a comment on the question:

    I have a page where it shows the names of all students in a list, if I click on any of them it takes me to the profile page of that particular student ,for that I have coded like this-“> When the profile page of that student shows up, on the address bar I find the link like this- http://localhost/utc/studentprofile.php?studentid=11100103 I want the link appears to be like http://localhost/utc/studentprofile.php?studentid=Adz2457cxfgga&&sas instead of showing the exact students ids.

    Then Base64 encoding is not the way to do that, because it does little if anything to protect the student’s ID.

    If you want to avoid revealing the student’s ID, there’s no more secure way than not revealing it. And you have the opportunity to give the student profile pages more readable URLs as well:

    Create a trivial mapping database table on the server-side. Give each student a unique “handle” (mine might be “tjcrowder”, for instance, unless the cattle feed merchant who also has my name had gone to the school previously, in which case I might be “tjcrowder2”). Base the handle on information you’re already revealing on the profile page (I assume these pages list the student’s name, for instance).

    Then your link becomes

    http://localhost/utc/studentprofile.php?studentid=tjcrowder
    

    or even better

    http://localhost/utc/studentprofile.php?tjcrowder
    

    or even better, throw a URL-rewrite at it so you get

    http://localhost/utc/students/tjcrowder
    

    In studentprofile.php, do the DB query to take the handle and look up the student ID, and then retrieve the student’s profile information.

    Nice readable URLs, nothing revealing the student ID.

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

Sidebar

Related Questions

I'm developing one web application, using PHP eclipse IDE. For an instance i want
I am developing a web application. contents are: root dir (/var/www/) config.php index.php details.php
I am developing web application in ASP.NET and C#, in which a user should
I am developing a web application using Java/JSP. One class, say Student, has a
I'm developing a web- application using NHibernate. Can you tell me how to write
I am developing a web application which has Chart Controls. I have developed a
I am developing a web application using Struts 2.1.2 and Hibernate 3.2.6.GA. I have
We are developing a web application which is available in 3 languages. There are
I'm developing a web application that is targeted at IE and during testing would
I'm developing a web application and I need to mix Forms & Windows authentication

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.