<?php

$answers = array(
	1	=>	'Just do it',
	2	=>	'Make your dreams come true',
	3	=>	'Nothing is impossible',
	4	=>	'Yesterday you said tomorrow',
	5	=>	'Do it',
	6	=>	'Dont let youe dreams be dreams',
	7	=>	'What are you waiting for?',

);
$youGotDis = array_rand($answers,7);
echo("Can i learn PHP without registration and SMS ?\n ");
echo $answers[$youGotDis[0]]. "\n";