PHP Classes

File: dbconfig.php

Recommend this page to a friend!
  Classes of Ahmed Khan   PHP Article System for Posts   dbconfig.php   Download  
File: dbconfig.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: PHP Article System for Posts
Create and manage posts stored in a database
Author: By
Last change:
Date: 2 years ago
Size: 120 bytes
 

Contents

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