[Software Technologies] Php - Задача 14
You are given a number num. Write a PHP script that generates HTML <button> elements. The buttons must hold a number from 1 to num as their caption. The input comes as a parameter named num, holding a positive integer.
There is no indentation on the elements.
Examples
Parameter name |
Input |
Output |
Picture |
num |
3 |
<button>1</button> <button>2</button> <button>3</button> |
В браузъра излиза точно това ,което трябва ,а в джъджа ми дава 33 точки .
Някой идей? http://pastebin.com/WtXMtMs4
Така го направих първия път, но пак ми дава 33 точки...
http://pastebin.com/WvUL5tfM
От този ред echo "<button>$i</button>" . "<br>"; махнах бр => echo "<button>$i</button>";
Така даде 100.
http://pastebin.com/yP9b8i0d
http://pastebin.com/ramYjCK1