Help for this page

Select Code to Download


  1. or download this
      # Itterate over the contents of the @NewItem list
      # For each item in the list, set $item to the value
    ...
        # And add this value in like you did before.
        $SQLString = $SQLString . $item . "\',\'";
      }