PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of António Lira Fernandes   PHP MySQL Table Manager   config.php   Download  
File: config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP MySQL Table Manager
Manage MySQL database table records in a Web page
Author: By
Last change:
Date: 3 years ago
Size: 198 bytes
 

Contents

Class file image Download
<?php

/**
 * @author alf
 * @copyright 2017
 */

define("_AUTORES", 'alf');
define("_BDUSER", 'database_user');
define("_BDPASS", 'database_password');
define("_BD", 'database_name');
?>