PHP MasterMind

Balkara
18.5K views

Open Source Your Knowledge, Become a Contributor

Technology knowledge has to be shared and made accessible for free. Join the movement.

Create Content

Dialog

A program can not be executed without providing some informations to the user.

An elegant way to do it would be to use a function taking a message as parameter, displaying it to the user with some formatting.

Here are some hints, but you really should try to find by yourself.

Hints

Click to see some hints

To display some informations, you can use PHP built-in functions such as:

Solution

Click to see a way to implement it
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content