PHP Classes

File: class/dbconfig.php

Recommend this page to a friend!
  Classes of Ahmed Khan   Custom PHP CMS   class/dbconfig.php   Download  
File: class/dbconfig.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Custom PHP CMS
Manage the content of a site that can be searched
Author: By
Last change:
Date: 2 years ago
Size: 118 bytes
 

Contents

Class file image Download
<?php
define
("servername", "localhost");
define("username", "root");
define("password", "");
define("dbname", "cms");