thanks, works great but i had to change mysql_query ="$q"; to mysql_query($q);
i already did have that in the document, i guess the spaces in the columns made all the difference
coopster
3:16 pm on Oct 27, 2005 (gmt 0)
It is the quotation marks around string variables. Whenever you are entering data into your database table you need to enclose string data in quotation marks.