MYSQL and CSV imports

This is a quick script that allows you to import a csv (or similar) file into mysql via the web. Good for doing things in a hurry.

note that you need to change the CAPITAL letters and what not
[code]
\n";
if(mysql_error()) {
echo mysql_error() ."\n";
}
}
?>
[/code]