Help for this page

Select Code to Download


  1. or download this
    <input type="text" name="foo{bar}" value="barval">
    <input type="text" name="foo{baz}" value="bazval">
    
  2. or download this
    $foo = get_param('foo');
    # $foo = { bar => 'barval', baz => 'bazval' }