Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: Creating Table and Inserting Data from CSV

by a6april (Initiate)
on Nov 08, 2012 at 14:17 UTC ( [id://1002909]=note: print w/replies, xml ) Need Help??

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>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1002909]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-25 19:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found