Mysql
 sql >> Teknologi Basis Data >  >> RDS >> Mysql

Sertakan Config dan Database dari file lain

Alternatifnya adalah menggunakan konstanta ajaib mis. __DIR__ , lihat Konstanta Standar .

.
├── config.ini
└── public_html
    ├── elements
    │   └── includes
    │       └── db.php
    ├── index.php
    └── secure
        └── index.php

public_html/elements/includes/db.php

<?php

$config = parse_ini_file(
    __DIR__  . '/../../../config.ini'
);

public_html/index.php

<?php

include __DIR__ . '/elements/includes/db.php';

public_html/secure/index.php

<?php

include __DIR__ . '/../elements/includes/db.php';

Catatan:Saya sarankan menggunakan require alih-alih include , lihat memerlukan .



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Bagaimana cara terhubung ke Mysql menggunakan C #?

  2. Ketika Anda membuat subdomain secara otomatis pada pendaftaran pengguna, apakah itu membuat situs web baru atau memberikan tampilan situs web?

  3. Ekspor tabel mysql ke CSV menggunakan kode PHP

  4. PDO:Koneksi basis data di situs web jarak jauh

  5. PHP/MySQL:Mengambil entri *penuh* minggu terakhir