PHP Classes

File: api/config/config.php

Recommend this page to a friend!
  Classes of Boss Ibrahim Mussa   PHP School Management System with Student Payroll   api/config/config.php   Download  
File: api/config/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP School Management System with Student Payroll
Manage payments from school students
Author: By
Last change:
Date: 1 year ago
Size: 127 bytes
 

Contents

Class file image Download
<?php
    define
("HOST","localhost");
   
define("DATABASE","scolar");
   
define("USER","root");
   
define("PASSWORD","");
?>