
Example installation
Posted by:
panos (IP Logged)
Date: December 07, 2006 03:37AM
To use example:
1. extract files to a folder
2. import db_sample_data.sql to a database
3. edit top_script.php and set
openDB( 'localhost', // server
'salix', // database name
'salix', // db username
'salix' // db password
);
it is suposed that top_script.php want be used in your code, but there will be an active connect.
4. edit sc_select_ajax_handler.php and set
$sc_ajax_select_boxes->openDB('localhost', // server
'salix', // database name
'salix', // db username
'salix' // db password
);
and that's it.
Edited 1 time(s). Last edit at 09/24/2007 09:06AM by panos.