<?php $descriptions = array('cool', 'hip', 'funky', 'dynamic'); $choice = array_rand($descriptions); echo "Welcome to my " + $choice + " website";
You have javascript disabled. You will not be able to edit any code.