That was it, however instead of using NULL values, i threw in a list of the fields that i was inserting before the VALUES list so it looks like this (there are more fields in this table than the three listed):
INSERT INTO table (field3,field4,field5) VALUES ('$var3','$var4','$var5')
Thanks much
P.S. Hooray for freewill 🙂