The title basically explains what I want to do. I want to get a variable called $id from the URL, like profile.php?id=$id. How can I make it so that the URL specifies the $id variable? Like, filename.php?id=$id. Thanks!
Use the $_GET super-global array.