Hi;
PREAMBLE/CONTEXT
I find listing stuff on Ebay to be a royal pain. I'm sure they have a lovely elegant database underlying everything that makes perfect sense to them, but when one of us mere mortals (or our wives) has a ton of miscellaneous stuff to list, their a-la-cart item lister, TurboLister and other tools seem way over-elaborate and time consuming.
Luckily (to a point) they have the File Exchange method where you can fill up a .csv table with stuff (so long as it is oh so carefully formatted and you understand all the fine points of their system of variables and item dimensions). Then you upload the .csv and individual items either get posted correctly or you get line by line cryptic messages about the items that failed to post.
After a couple of years of on and off putzing with this, I seem to be getting the hang of it and have developed a little web app that allows us colloaboratively (from different computers whereever we are) to build up the data needed to list items pretty efficiently and export the required .CSV file.
HERE IS THE PROBLEM
The one problem I am having is with the "Description" field. In my item entry form I use a TEXTAREA control to collect this. I know that if I use specific characters in this field (like the apostrophe, quotation marks, [Enter] key line-breaks, etc. that the Ebay file exchange process will choke on that item. Is there a way, when I run my query for MySQL or php to return allowable characters instead of those no-no's from such a (MySQL TEXT)field?
Hope this is not too vague or wordy.