Log in

View Full Version : spread function



midhul
05-26-2008, 01:15 PM
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!

Nile
05-27-2008, 11:52 AM
That won't work at all. Sorry. You'd of course, need javascript, ajax, and php.
Sorry. :o