html from variable

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jorntk@yahoo.com

    html from variable

    how can i put several form item in a html form into a array to be pass
    to php script?

    Thanks and regards

    Jorn
  • Andy Hassall

    #2
    Re: html from variable

    On 17 Apr 2004 02:35:00 -0700, jorntk@yahoo.co m (jorntk@yahoo.c om) wrote:
    [color=blue]
    >how can i put several form item in a html form into a array to be pass
    >to php script?[/color]



    --
    Andy Hassall <andy@andyh.co. uk> / Space: disk usage analysis tool
    http://www.andyh.co.uk / http://www.andyhsoftware.co.uk/space

    Comment

    • Hello World

      #3
      Re: html from variable

      > how can i put several form item in a html form into a array to be pass[color=blue]
      > to php script?[/color]

      Use "myVar[]" instead of "myVar" for the name of the multi-values item in the form.

      Comment

      Working...