there is a problem with the following code somewhere... i have no idea where, it all looks good to me, but its still not working!!!
$SQL = " INSERT INTO meetings (place, from, till, hosts, info, year) VALUES ('$place','$from','$till','$hosts','$info','$year') ";
$rock = mysql_db_query($db_name, "$SQL", $cid);
if (!$rock) { echo("ERROR"); } else {
echo ("<P><B>New meeting Added - you the man!</B></P>\n"); }
anyone have any ideas?