Re: [PHP-WIN] Reading CSV data into a database

2001-02-05 Thread Ingo Baab
Is this List for explaining trivial PHP-coding??? ingo baab phobo schrieb: > use the mysql functions. - see www.php.net/mysql. > if you're on windows (i assume, since you're on this list), mysql functions > are built in. > > in a nut shell : > > > $row = 1; > > $fp = fopen ("test.txt","r"); > >

Re: [PHP-WIN] Reading CSV data into a database

2001-02-02 Thread phobo
use the mysql functions. - see www.php.net/mysql. if you're on windows (i assume, since you're on this list), mysql functions are built in. in a nut shell : > $row = 1; > $fp = fopen ("test.txt","r"); $con = mysql_connect(-mysql_server_ip-, -username-, -password-); $con = mysql_select_db (-da