View Single Post
Old 10-31-2012, 04:37 PM   PM User | #2
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,198
Thanks: 59
Thanked 3,996 Times in 3,965 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
Have you ever used AJAX? Where the browser uses the XMLHTTP object to communicate with the server?

Well, servers can do the same thing. And the best part is that server side code is *NOT* restricted to the same domain.

So... The question now is, what server-side technology are you using or going to use? PHP? ASP? JSP?

And now go ask your question in the appropriate forum. (I know how to do it in ASP and JSP, for example, but I don't use PHP.)

As for importing into MySQL (I assume you are giong to use MySQL since you asked in a MySQL forum?), that's *probably* easy if you use MySQL's LOAD DATA INFILE command.
http://dev.mysql.com/doc/refman/5.1/en/load-data.html
It can handle most CSV formats.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote