hello,
I would like to make a php function called spread($rows,$columns);
in which it checks for rows and echoes <input type="text"><Br>..continued
and check for columns and give those many in a table form.
The names of the boxes should be set as :
for rows :
a,b ...
for columns:
a1,a2 ...
b1,b2 ...
......
so that i can post them into strings.
Thanks in advance!



Reply With Quote

Bookmarks