Jump to content

catalankh

New Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by catalankh

  1. it working perfectly in local but in my website it display 3 time per article why? here my print_r

    PDOStatement Object ( [queryString] => SELECT `article`.`art_id` , `article`.`art_titleen` , `article`.`art_titlekh` , `article`.`art_postdate` , `article`.`art_detail` , `sub_menu`.`sub_name` FROM `article` , `sub_menu` WHERE `article`.`sub_name` = `sub_menu`.`sub_name` AND `article`.`sub_name` = 'phone' ORDER BY `article`.`art_postdate` DESC )

    $dispart = fnc_select_article($targfields,$table,$field,$param,$targetfitler,"'".$andfilter."'"." ORDER BY art_postdate DESC LIMIT 0,8");
    ?>
    <ul>
    <?php
    while($phdispart = $dispart->fetch(PDO::FETCH_ASSOC)){
       echo '<li><a href="contentdetail.php?art_titleen='.$phdispart['art_titleen'].'"><h1>'.$phdispart['art_titlekh'].'</h1>'. substr($phdispart['art_detail'],0,100).'<p class="postdate">'.date("h:i a M j, Y ", strtotime($phdispart['art_postdate'])).'</p></a></li>';
       }
    ?>
    

  2. my mod_rewrite is not affect to my link why?

    Options +FollowSymlinks

    RewriteEngine on

    RewriteCond %{REQUEST_URI} news/

    RewriteCond %{REQUEST_URI} tips/

    RewriteCond %{REQUEST_URI} views/

    RewriteRule news/ menu.php?ph_sc_menu_id=1 [L]

    RewriteRule tips/ menu.php?ph_sc_menu_id=2 [L]

    RewriteRule views/ menu.php?ph_sc_menu_id=3 [L]

     

    if i key on my url box it working but when i click my navigation menu it still display menu.php?ph_sc_menu_id=3

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.