phpMyAdmin
 sql >> Teknologi Basis Data >  >> Database Tools >> phpMyAdmin

Batasi pendaftaran hingga 4 orang pada formulir pendaftaran

coba ini, Anda dapat menggunakan alias untuk COUNT(*)

<?php        
    $connection=mysqli_connect("host", "username", "password", "database");
    $sql="SELECT COUNT(*) as cnt from database_users";
    $res = mysqli_query($connection, $sql);
    $users = $result->fetch_assoc(); 
    if ($users['cnt'] < 4) {
?>

    // html goes here, outside of the php tags

<?php
    } else {

        echo "Sorry, you have reached the user account limit.";

    }
?>



  1. DBeaver
  2.   
  3. phpMyAdmin
  4.   
  5. Navicat
  6.   
  7. SSMS
  8.   
  9. MySQL Workbench
  10.   
  11. SQLyog
  1. Membuat tabel dalam database dengan phpMyAdmin

  2. #1025 - Kesalahan saat mengganti nama './database/#sql-2e0f_1254ba7' menjadi './database/tabel' (errno:150)

  3. phpMyAdmin error:#1054 - Kolom 'systeem_eisen' tidak diketahui di 'order clause'

  4. Menginstal phpMyAdmin dengan Nginx di CentOS 8

  5. permintaan mysql menunjukkan hasil yang salah