Yes, I am a newbie. I have created several tables and form pages for editing and deleting data, and have started to tie the tables together with some scripts/functions.
My problem came when I downloaded my Paypal csv file and loaded it into a table. First, I had a problem with some of the currency because it contained a comma for amounts over $1,000, and everything after the comma was truncated. I solved that, but now there is one transaction that for some reason WILL NOT allow itself be added to the table. Since an integrated system is not much good if it drops a transaction every once in a while, I have to get this fixed.
I get no error messages [probablly because I have no idea how to write one for this], I have echo'ed the heck out of the thing, I've counted variables, etc. The transaction has others before it and after it that load OK. I does have a text message that is larger than the space I have provided, but so do a couple of others. What are the reasons that a transaction will refuse to load into a table? This will give me some idea what I should be looking for.
Any suggestions appreciated.