0
I’m creating pages for a site that would show a particular person’s profile using a path in the url (pathname)
Example:
- demo.com/page/Iagobruno
- demo.com/page/Rodriggodell
All these domains would show the same page (in php) and on this page would be put a code to search for information from the cited profile in this url path, in this case: Iagobruno or Rodriggodell.
What you researched/tried so far ?
– gmsantos
I don’t know how to search this, I’m kind of new in php, but I think this is how social networks do with users' profiles: same pages and different content.
– Iago Bruno
see Rodrigo’s answer, it’s right on this line. Actually the one who does the magic is the webserver
– gmsantos