i keep getting an error from this:
$db_sql_query ="INSERT INTO $table
(item_title item_type,
item_description)
VALUES (\"$title\", \"$type\",
\"$description\")";
it works fine when i replace $table with the actual table name, but not when the table name is in the variable, can anyone help?