Results 1 to 2 of 2

Thread: spread function

  1. #1
    Join Date
    Feb 2008
    Posts
    81
    Thanks
    8
    Thanked 5 Times in 5 Posts

    Question spread function

    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!

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    That won't work at all. Sorry. You'd of course, need javascript, ajax, and php.
    Sorry.
    Jeremy | jfein.net

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •