I need to create a pyramid using asterisks. I specify a value which becomes the base of the pyramid. The base contains as much asterisks as the value specified and the pyram
0; $j--) echo $j; for($k=1; $k<=$i; $k++) echo " "; echo ""; } ?>