Questions tagged as 'undefined'

3
answers

Php insert undefined

Hi, I searched the forums but I could not find the solution. I'm trying to enter records. <div align="center"> <form action="cliente_ingresado.php" method="post"> <div> <label for="identificacion" >Ident...
asked by 31.05.2018 / 20:38
1
answer

Modify status from a component using React.createElement

I have a big problem, this object appears to me as undefined when it is called from the input text First Name class FormularioDeInscripcion extends React.Component{ constructor(props){ super(props); this.state = {nombre:"",...
asked by 07.04.2018 / 23:09
0
answers

I get an error in the form when I try to save it in the fields that are of selection (radio) how do I solve it?

I have a registration form which worked perfectly for me, now I get errors in the lines on lines 15 21 31 and 32 of the process of saving data, that is to say this: <?php require_once "../php/connect.php"; $hoja_mat=$_POST['hoja_mat...
asked by 10.11.2017 / 15:17
0
answers

How to solve problem of "undefined index"? PHP file

This is the file addAlCarrito.php: <?php if(!isset($_POST["codigo"])&&!isset($_POST["codigo1"])) return; $codigo = $_POST["codigo"]; if(!isset($_POST["codigo"])&&!isset($_POST["codigo1"])) return; $codigo1 = $_POST["codigo...
asked by 02.01.2019 / 03:52
1
answer

Php 1 variable works for me, but the other 3 do not

I have 3 variables to save an error message, the first one works for me, but I added 3 more and they get the error message: Undefined variable: <?php if( isset($_GET['Horas']) && isset($_GET['Minutos']) && isset(...
asked by 07.06.2018 / 18:20