how can i add php lenguaje and Redirect after the user log in tank you for your atention? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how can i add php lenguaje and Redirect after the user log in tank you for your atention?

<!DOCTYPE html> <html> <head> <title>Page Title</title> <link rel="stylesheet" href="example.css" /> </head> <body> <!--foto de perfil--> <div class="perfil"> <!--foto de perfil end seccion--> </div> <!--registro usuario section start--> <form action="registro.php" method="post"> <input class="usuario" type="text" name="usuario" placeholder="usuario" required> <input class="usuario" type="password" name="contraseña" placeholder="contraseña" required><br /> <input class="usuario" type="submit" name="enviar" value="ingresar"> <!--registro de usuario end section--> </form><br /> <h1 class="relleno1">Wolf Strong</h1> <ul class="relleno"> <li>Blog</li><br /> <li>Cotizaciones</li><br /> <li>Herramientas</li><br /> <li>Cursos Online</li><br /> <li>Programas</li> </ul> </body> </html>

1st Jun 2019, 2:53 PM
Fernando Palomar Aguilar
Fernando Palomar Aguilar - avatar
1 Answer
+ 1
Hi Gabriel, You can redirect an user by using header("Location: /yourLinkHere/"); Kind regards, Kevin Stevelmans
13th Nov 2019, 11:07 PM
Kevin Stevelmans
Kevin Stevelmans - avatar