Login   Register  
PHP Classes
elePHPant
Icontem

File: config.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2004-02-15 07:45
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;


?>