Linux altar53.supremepanel53.com 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
/ home1/ bdapparelinfo/ public_html/ |
|
<div id="side"> <h2>Important Categories </h2> <ul id="leftCats"> <li> <?php $SQL = "select * from categories_list where content_pages_name ='Left Menu' ORDER BY `title` ASC"; $query = mysql_query($SQL); while ($result = mysql_fetch_array($query)) { $Cat_Id =$result['id']; ?> <li><span class="leftCat"><a href="sub_page.php?sq=<?=$Cat_Id?>"><?php //echo $Cat_Id;?> <?php echo $result['title'];?></a></span></li> <?php } ?> </ul> </div>