LoginLogoff
Project loginlogoff
Loading...
Searching...
No Matches
cRegistro.php File Reference

Go to the source code of this file.

Variables

if(isset($_REQUEST['CANCELAR'])) $entradaOK =true
 $aErrores
if(isset($_REQUEST['ACEPTAR'])) else
 if ( $entradaOK)

Variable Documentation

◆ $aErrores

$aErrores
Initial value:
=[
'usuario'=>null,
'descripcion'=>null,
'contraseƱa'=>null
]

Definition at line 17 of file cRegistro.php.

◆ $entradaOK

if (isset( $_REQUEST[ 'CANCELAR'])) $entradaOK =true

Boton cancelar que te devuelve al login si el usuario decide no registrarse

Definition at line 15 of file cRegistro.php.

◆ else

if (isset( $_REQUEST[ 'ACEPTAR'])) else
Initial value:
{
$entradaOK=false
if(isset( $_REQUEST[ 'CANCELAR'])) if(isset($_REQUEST['REGISTRARSE'])) $entradaOK
Definition clogin.php:15

acciones que pasaran si el usuario intenta registrarse

Definition at line 38 of file cRegistro.php.

◆ if

if($entradaOK) ( $entradaOK)

Definition at line 43 of file cRegistro.php.