bom as variaveis vem de um form feito em html direcionado a uma pagina em php com o seguinte script: <html> <head> <title>cadastro efetuado</title> </head> <body> <?php int mysql_connect (localhost,root,); $conexao = mysql_connect (localhost,root,); mysql_select_db ("!HAPPY",$conexao); $inserecli= " insert into clientes (numcliente,cliente,endereco,telefone,cep,cpfcliente,datanascimento,dependente1,dependente2,dependente3,dependente4)"; mysql_query ($inserecli,$conexao); ?> </body> </html> ok ...se alguém poder me ajudar ... e a resposta é nula , ou seja , não insere os dados na tabela clientes... desde já agradeço..