Guest User

Untitled

a guest
Jan 18th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. $Matricula = $_POST['nMatricula']; // el texto incluido en el input file Matricula
  2. $TMatricula = (string) $Matricula; // guardo el string
  3. $TdocFAI = (string) $nombreDocBBDD; // nombre del archivo del upload
  4. $cliente = $_POST['cliente'];
  5. $Tcliente = (string) $cliente;
  6. $fecha = $_POST['fecha'];
  7. $Tfecha = (string) $fecha;
  8. $comentario = $_POST['comentarios'];
  9. $Tcomentario = (string) $comentario;
Add Comment
Please, Sign In to add comment