...

/

Challenge: Showing "Congratulations!"

Challenge: Showing "Congratulations!"

Let's create a PHP script to display "Congratulations!" in a language selected by the user.

Problem statement

Here is a coding challenge that incorporates all the concepts that we have covered up to this point.

You are going to create a PHP script that shows “Congratulations!” in a language selected by the user. When you come back to the page, it should still know what language the user selected earlier. We will ...