tomaa miren lo solucionamos entre todos gracias chicos!!!!!!!!
Código PHP:
include"conexion.php";
$col = $_POST['col'];
$opc = $_POST['opc'];
mysql_query("insert into clientesl2(mensaje,seleccion, opcion, telefono, email) values ('{$_REQUEST['mensaje']}','$col','$opc','{$_REQUEST['telefono']}','{$_REQUEST['email']}')");