in reply to DBI: error in SQL syntax.
Your first value is 6 but your table definition expects a string (varchar(5)). Make sure $rows[4] is treated as a string by enclosing it in double quotes (or using any other string operator on it).
Update: Ack! Ignore me, Brad has the truth of it.
|
|---|