Hello;
I have been using myphpadmin to upload files to a MySQL database. When I "Insert" one record at a time, my web page dropdown menu querys work. But when I upload a .txt file-although the file appears to upload ok, the webpage querys will not work.
My hosting co mentions this advice:
The problem is in the inappropriate input file format (the txt file) - there are spaces before and after the comas.
To solve the problem - please strip the spaces arround the comas.
We do not support user script - means we would not debug scripts writen from you or any third party company. Please refer to the script author for support.
Is this something I can put in my code so I do not have to format the .txt file?
Any help is appreciated.
:queasy: