Skip to content

Instantly share code, notes, and snippets.

View sharyxx's full-sized avatar
😁
10x

Min Khant Zaw sharyxx

😁
10x
View GitHub Profile
<?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++){