ok thanks.
So for example i have the following snippet of code:
mysql_query("INSERT INTO entry (date, title, forename) VALUES ('$date','$title','$forename')")
or die("error");
If, for example, the field named title is of the drop-down list type in the HTML form, how would i attach the value...