For an example:
I want to create a profile page to different users with different id’s.
profile.php?id=1, profile.php?id=2, ?id=3, etc.
How do I deside which data will appear for an specific user (refer to his specific id) in his profile page?
This question might be stupid, and you might want to tell me to go learn these subjects again.
But I’ve learned about $_GET and about mysql databases - I just can’t figure out by myself how to combine these two for my goal.
Please help me.