RE: 2 Issues
$username = $_POST
$admpassword = $_POST
^ They call info that the user has entered from the previous page to the functions page... Don't put the variables in there, otherwise you give everyone access to that account... You have to login to the admin panel with the last bit of info in the config file.
|