PHP Classes

File: demo.inc

Recommend this page to a friend!
  Classes of Steven Haryanto   PHP Full Text Search Index   demo.inc   Download  
File: demo.inc
Role: Configuration script
Content type: text/plain
Description: Include file for the demo
Class: PHP Full Text Search Index
A PHP library to do full text indexing with MySQL
Author: By
Last change:
Date: 23 years ago
Size: 131 bytes
 

Contents

Class file image Download
<?

// change this to match your system settings
$db_name = 'db_name';
$username = 'username';
$password = 'password';

?>