This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| error_reporting(E_ALL); | |
| //iniset ('error_reporting','E_ALL'); | |
| //star generator | |
| $values = "*"; | |
| $names = array ("shakir" => "20", "zarni" => "19", "billy"=>"19"); | |
| //<input type="text" name="Stars"> | |
| /* | |
| echo "Please enter the number of stars you want to print.<br>"; | |
| for($x=0; $x<= 5; $x++){ |