PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of NoobSaiboT TheFreakative (iTs)   Simple PHP Pagination Class   config.php   Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: Simple PHP Pagination Class
Display paginated database table records
Author: By
Last change: Update config.php
fixed navbar highlighting current page bug
Date: 7 years ago
Size: 204 bytes
 

Contents

Class file image Download
<?php
   
//set your database comnfiguration here. Ensure to fill in the username and password if there is any.
   
define("DSN","mysql:host=localhost;dbname=test");
   
define("USER","root");
   
define("PASS","");