vendredi 10 novembre 2017

Redirect to a URL similar to a get URL

I am designing a website similar to Facebook, Instagram... Which have a profile page for each user. My question is: If a user wants to view the profile of another one, is this technique usable? (the user id here will be for example 123)

http://localhost/viewprofile.php?user_id=123

Then I will get the user_id from $_GET and retrieve the user information from the database and display them.

Thank you in advance.




Aucun commentaire:

Enregistrer un commentaire