[PHP-WIN] Commas conundrum

2004-10-01 Thread Anne Shroeder
I'm trying to import a .csv file into a table. One of the columns of the .csv file looks like this: Manila, Philippines. I want this data to go into one field: "address" When I do the import with stripslashes (magic_quotes_gpc is turned on) it does this: insert into helpdesk values( '0', '"Ma

Re: [PHP-WIN] File Upload problem

2004-10-01 Thread Scott Carr
Ok, now it is getting even more wierd. My 5.0.2 File Upload stopped functioning again. I stopped and restarted apache with 502, and it still failed. I moved the folder to php.502, and then moved php.432 back to php. Restarted apache and everything worked. Scott Carr OpenOffice.org Documentati

[PHP-WIN] File Upload problem

2004-10-01 Thread Scott Carr
I am trying to use File Upload in PHP 5.0.2. The file is showing up without error, as you can see in the array: Array ( [fielddelim] => comma [Save] => Continue [MAX_FILE_SIZE] => 8388608 [uploadfile] => Array ( [name] => largeimport.csv [type] => applicat