mysql_query("insert into post(titulo,mensaje,links,categoria,user,fecha) values ('$_REQUEST[titulo]','$_REQUEST[mensaje]','$_REQUEST[links]','$_REQUEST[categoria]','$_SESSION[user]','".date("Y-m-d")."')", $conexion)