Untitled
Guest 215 24th Sep, 2024
for ($i = 1; $i <= $wysokosc; $i++) {
for ($j = 1; $j <= $szerokosc; $j++) {
if ($i == 1 || $i == $wysokosc || $j == 1 || $j == $szerokosc) {
echo "*"
To share this paste please copy this url and send to your friends
RAW Paste Data