Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=87)
-   -   [progessmod] account login update* (http://www.bvlist.com/showthread.php?t=12532)

BamBam0077 1st June 2022 12:14

[progessmod] account login update*
 
Snippets
Code:

if(empty($_POST['submit'])){
 $error = "something went wrong with proccessing your post,
 please try again";
 } while() {
 if(empty($_POST['username'])){
  $error = "username is invalid try again";
 }} while() {
 if(empty($_POST['password'])){
 $error = "password is invalid try again";
 }} else {
 //Define $user and $pass
 $user=$_POST['user'];
 $pass=$_POST['pass'];



All times are GMT +2. The time now is 14:30.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.