PHP Basics "15.Sub-Lists"
Някой би ли ми обяснил какво означава тази грешка. Това е кода. Това е условието
(You are given a number num1 and a number num2. Write a PHP script that generates a list with num1 elements, and each of those elements has a sub-list with num2 elements. Each of the Lists has a caption “List #” where # is the current number from 1 to num1. And each of the elements of those lists has a caption “Element #.#” where the first # is the current list number and the second # is the current element from 1 to num2. The input comes as two parameters named num1 and num2, holding positive integers.)