123456789101112131415161718 |
- <?php
- $cat_name = 'tttt';
- $cat_id=34;
- $parent_cat_id = 26;
- $arr_parent_ids = '34,26';
- $ext_type_1 = '';
- $ext_type_2 = '';
- $ext_type_3 = '';
- $ext_type_4 = '';
- $ext_type_5 = '';
- $vip_free = 1;
- $is_vip = 1;
- $stars = 3;
- $coin_price = 18;
- $user_id = 6;
- $tags = '';
- $user_name='gw_0000000006';
- ?>
|