I have a registration form where the user enters their name, email, username, password, etc. All this information is collected and stored in my database. After the user clicks submit, I want them to be redirected to their profile page. The URL on their profile will look something like this example.php?id=33, but how do I go about doing this?
How do I go about creating the actual dynamic page for them? I know I only have to create one PHP page and a style sheet, and that will apply for all pages, but how do I create a system where right after registration, the user is directed to their profile? I am using PHP and MySQLi. I'd be more than happy if you'd link me to any tutorials or if you could share your knowledge because I've looked everywhere and couldn't find what I was looking for.