List array values $arr = array( "Red", "Green", "Blue" ); foreach( $arr as $value ) { echo("Do you like $value ?"); } ?>