PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of Gaidar   Split Result   config.php   Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: Configuration file for the sample.
Class: Split Result
Split MySQL query results between pages
Author: By
Last change:
Date: 20 years ago
Size: 162 bytes
 

Contents

Class file image Download
<?

// MySQL config
$mysql_host = 'localhost';
$mysql_user = 'root';
$mysql_pass = '';
$mysql_db = 'test_db';

// splitter config
$split_by = 10;


?>