PHP Classes

File: uploady/vendor/farisc0de/phpmigration/example/config.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Uploady PHP Upload File to MySQL   uploady/vendor/farisc0de/phpmigration/example/config.php   Download  
File: uploady/vendor/farisc0de/phpmigration/example/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Uploady PHP Upload File to MySQL
Store file upload details in a MySQL database
Author: By
Last change: update permission to 755
Date: 1 month ago
Size: 127 bytes
 

Contents

Class file image Download
<?php

// Database Settings

$config = [
   
'DB_HOST' => '',
   
'DB_USER' => '',
   
'DB_PASS' => '',
   
'DB_NAME' => ''
];