On modperl

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sasimca007
    New Member
    • Sep 2007
    • 129

    #1

    On modperl

    Hello friends,
    I am using a form within a form that is as below:

    Code:
    <form name="frm">
       my $i = 1;
           while(some loop)
           {
                      <form name="Form$i"  id="Form$i"><input name=subloc type=text></form>
                      $i++;
           }
    </form>
    How to get these textbox values to another program by using param function. Consider with that loop create so many textboxes. If i use $subloc = $r->param('subloc' );

    I am getting first textbox value only.How to get other values also
    Last edited by eWish; Apr 25 '08, 03:32 AM. Reason: Please use code tags
  • pavanpvss
    New Member
    • Apr 2008
    • 9

    #2
    friend make your question clear .
    Last edited by pavanpvss; Apr 24 '08, 12:31 PM. Reason: n

    Comment

    • sasimca007
      New Member
      • Sep 2007
      • 129

      #3
      Originally posted by pavanpvss
      write ENGLISH properly so that others can understand you.
      So much thanks. I didn't understand that u can't understand my language or my code. Don't say to anybody write ENGLISH properly so that others can understand you , say make it clear.This is my advice to u because all persons are not same.

      Comment

      • pavanpvss
        New Member
        • Apr 2008
        • 9

        #4
        Originally posted by sasimca007
        So much thanks. I didn't understand that u can't understand my language or my code. Don't say to anybody write ENGLISH properly so that others can understand you , say make it clear.This is my advice to u because all persons are not same.
        OK my friend i do agree you, but try to make your doubt straightforward and clear.That is my sincere advice to you.

        Comment

        • numberwhun
          Recognized Expert Moderator Specialist
          • May 2007
          • 3467

          #5
          Originally posted by pavanpvss
          OK my friend i do agree you, but try to make your doubt straightforward and clear.That is my sincere advice to you.
          pavanpvss,

          You need to please show some restraint in your responses. Allowing what you think to flow through your fingers is not always a good idea.

          Personally, the way the question was asked I was able to understand it ok. Its not like the OP posted in his/her native language.

          Please parse out such harsh comments next time. If you don't think the question is clear enough, then please ask the OP to elaborate or restate the question. Do not simply jump down their throat about not being able to speak any particular language.

          Regards,

          Moderator

          Comment

          Working...