<?php
 
for ($tar=20; $tar>=15; $tar--) 
{
echo $tar."minus one is"; 
}
 
 
?>