Help for this page

Select Code to Download


  1. or download this
     //get the csv file
        $file = $_FILES[csv][tmp_name];
        $handle = fopen($file,"r");
    
  2. or download this
    <form action="" method="post" enctype="multipart/form-data" name="form
    +1" id="form1">
      Choose your file: <br />
      <input name="csv" type="file" id="csv" />
      <input type="submit" name="Submit" value="Submit" />
    </form>