[ayuda]
11.PNG

en la parte donde va la informacion todo lo agrege correctamente lo quite porque segun el error esta en la linea 6
Y ESTE ES EL CODIGO:

23.PNG

elamigosam commented: Cuando dice "unexpected" siempre fijate en lo que esta antes de lo que mensiona. te esta diciendo que no esperava ese codigo. +3

Recommended Answers

All 2 Replies

This is an English only forum. However, you are missing a semicolon at the end of the line that begins $usuario =

commented: pero tampoco me sale +0

Sorry for my quick reply yesterday. I was typing on my phone in bed.

The line: $usuario = 'ya lo agrege'; needs to end with a semi-colon but it doesn't have one in your code. Therefore, $pass is unexpected since the previous statement was not completed.

commented: <?php require 'funcs/conexion.php'; require 'funcs/funcs.php'; $errors = array(); if(!empty($_POST)) { $nombre = $mysqli->real_escape_string($_POS +0
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.