Hi I have a little problem:
I have got a script working to upload files to my site, this works fine.
Also I have got an Access Database Table exported to a text file delimited with ',' and when I run my export script to import that txt file to my MYSQL database, I all works fine.
The problem is if I upload the export access text file via an FTP program and then import that text file to mysql all the entries are imported properly, but when I tried to use my file upload script with the same txt file exported from Access only HALF the entries are import to mysql..
Does this have anything to do with ACSII vs Binary uploads and if so how do I make sure that my file upload script is uploading in ASCII and NOT Binary.. any help greatly appreciated.. Thanks