Passing Values between Requests

Showing a randomly generated number of cats

After /random.php generates a random number X for us, we’d like to go to a different page where we can see X cute kittens. So given we are on /random.php, and it shows the number 7, we’d like to see a link that says: “Now show me 7 kittens”. The URL for that link (the one provided in the href attribute) should somehow contain that number.

Get hands-on with 1200+ tech skills courses.