Copy the code The code is as follows:
/*
*Print the oral multiplication table
*/
echo "Nine Spirits Nine Multiplication Oral Table
< br>";
echo "
".$j."*".$i."=".($j*$i)." | ";
".$i."*".$j."=".($j*$i)." | ";
The above introduces the eight knowledge points for introductory learning of evacuate the dancefloor PHP. The basic application of for loop in PHP is the nine-nine multiplication table, including the content of evacuate the dancefloor. I hope it will be helpful to friends who are interested in PHP tutorials.