$sql = "INSERT INTO students (fname,lname,program,tuition,other,description) VALUES ('$fname','$lname','$program',$tuition,$other,'$description')";
$sql = "INSERT INTO payments (student,amount,date) VALUES ("hey",$amount,$date)";
is this what you mean because i can't get it to work...
thanks,
chase