i added
and i get stuff in my table now!
my only problem is that now my logic is ignoring my two calldate querys
basicly you have a selection of account, month, and year
my account seems to be working fine.
im using the $_POST[month] as a way of selecting the month and year for year from a different database so that i dont get any jiberish from the mysql data, and trying to search using what you have selected from previous.
mysql> SELECT * FROM biller WHERE account LIKE 8669605227 AND calldate LIKE '%Feb%';
if i type this into mysql it works fine, i just cant seem to get these $_POST to work