if ($cat =="Photoshop")
{
if($complete)
{
$insertIt=mysql_query("INSERT INTO $Photoshop (`title`, `summary`, `author`, `date`, `cat`, `full`, `complete`) VALUES ('$title', '$summary', '$author', '$date', '$cat', '$full', '$complete')",$db);
}
How would i make it so that for $cat variable different results from the form would make the data be inserted into different tables??