Skip to content

Instantly share code, notes, and snippets.

View michaelnagy's full-sized avatar

Michael Nagy michaelnagy

  • https://traact.com
  • Ribeirao Preto - Brazil
View GitHub Profile
<?php
//declares the funcion
function insertUser($nome, $sobrenome, $usuario, $senha, $visita, $data, $valor, $idade, $peso, $telefone, $email, $indicacao, $clinica, $queixa, $medida1, $medida2, $medida3, $medida4, $medida5, $medida6, $medida7, $medida8) {
conecta();
if (!empty($nome)) { $nome_value = $nome.','; $nome_insert = 'nome,';}
if (!empty($sobrenome)) { $sobrenome_value = $sobrenome.','; $sobrenome_insert = 'sobrenome,';}
if (!empty($usuario)) { $usuario_value = $usuario.','; $usuario_insert = 'usuario,';}
if (!empty($senha)) { $senha_value = $senha.','; $senha_insert = 'senha,';}
if (!empty($visita)) { $visita_value = $visita.','; $visita_insert = 'visita,';}
if (!empty($data)) { $data_value = $data.','; $data_insert = 'data,';}