<? // MySQL config $mysql_host = 'localhost'; $mysql_user = 'root'; $mysql_pass = ''; $mysql_db = 'test_db'; // splitter config $split_by = 10; ?>