Results 1 to 2 of 2

Thread: Forms

  1. #1
    Join Date
    Aug 2001
    Posts
    19

    Question Forms

    I have thes form:

    for ( $i=0;$i<10;$i++)
    {
    echo "<input type=radio name="primerradio" + $i + " value=1>";
    echo "<input type=radio name="primerradio" + $i + " value=2>";
    echo "<input type=radio name="primerradio" + $i + " value=3>";
    }

    How can i call to this variable after?
    Carlitus.

  2. #2
    Join Date
    Aug 2001
    Posts
    19

    Smile

    done
    Carlitus.

Similar Threads

  1. Multiple add forms
    By manuel_pr in forum v5.x
    Replies: 10
    Last Post: 01-17-2007, 06:58 PM
  2. Changing forms such as bad link
    By starchdoggy in forum v5.x
    Replies: 1
    Last Post: 09-14-2002, 09:30 AM
  3. Reviews & Forms?
    By Hart_House in forum v5.x
    Replies: 2
    Last Post: 04-27-2002, 08:19 PM

Posting Permissions

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