|
include_once 'common/menu.html';
?>
|
 |
$cat_name = '';
$sql1 = sprintf("select name from %s c
where `id`=%s",'category',$db->quoteString($start));
//echo $sql;
$rs1=$db->query($sql1);
while ($result1=$db->fetchBoth($rs1)) {
$cat_name = $result1['name'];
}
?>
Navigation: Main
/
=$cat_name?>
|
|
=$cat_name?>
|
$sql = sprintf("select c.id,c.name from %s c
where c.`parent`=%s ",'category',$db->quoteString($start),$db->quoteString(APPROVE));
//echo $sql;
$rs=$db->query($sql);
?>
while ($result=$db->fetchBoth($rs)) {
?>
-
=$result['name']?>
(
=getCounter($result['id'])?>
posts)
}
?>
|
|
 |
 |
|
Important
Tips
How do I post an ad?
It's just one easy step.
Click on the 'Post Ad' link (above) or the banner
"Click here to post an ad" on the main page. Fill
the form with the information for your advert and 'Send' the
form.
Am I charged to advertise?
Currently we'll post your adverts for free. At a later stage,
though, we will introduce a certain fee. So hey, enjoy it
while it's free.
How do I edit my ad?
At the moment the feature works only for the administrator
of this site. But in case you notice errors on your advert,
you can re-send it to us with the correct information and
we will update it accordingly.
How do I pull out my ad?
Click on the 'Feedback' link (above). Fill the form and
select 'Ad removal' as your topic. 'Submit' the form to
us.
|
|
|