1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?php $cfgServers['host'] = 'localhost'; $cfgServers['stduser'] = 'lovelycraf_data'; $cfgServers['stdpass'] = 'lovelycraf'; $cfgServers['selectdb'] = 'lovelycraf_data';
$cfgServers['stduser'] = 'root'; $cfgServers['stdpass'] = '1234'; $cfgServers['selectdb'] = 'psucoop';
//-------------------------------------- //--post feee $total_max=600; $total_min=199;
?>
|