PHP
0
Вклад в тег
$sql = "INSERT INTO users (Email, Password, Name, Surname, type_account, company_name, phone_number)
VALUES ('".$_POST['email']."', '".$_POST['password']."', '".$_POST['name']."', '".$_POST['fname']."',
'".$_POST['type_account']."', '".$_POST['company_name']."', '".$_POST['phone_number']."')";