Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End what is wrong in these codes php, sql Re: what is wrong in these codes php, sql

#135308
unasAquila
Participant

In your login.php anywhere where you need to send to user back add this

$_SESSION = $errors;

on the index.php

$errors = $_SESSION;

then do with the $errors what you need to show the information contained