Alternc  latest
Alternc logiel libre pour l'hébergement
sql_users_doadd.php File Reference

Go to the source code of this file.

Variables

 $fields
 Create a new MySQL user account. More...
 
if(!empty($usern)) else
 

Variable Documentation

◆ $fields

$fields
Initial value:
= array (
"usern" => array ("post", "string", ""),
"password" => array ("post", "string", ""),
"passconf" => array ("post", "string", ""),
)

Create a new MySQL user account.

Definition at line 28 of file sql_users_doadd.php.

◆ else

if (! $mysql->add_user( $usern, $password, $passconf)) else
Initial value:
{
$usern=$mem->user["login"]
$mem
Definition: bootstrap.php:71

Definition at line 43 of file sql_users_doadd.php.