Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --kjo eshte pjesa e linkut--
- <?ob_start();
- include("login.php5");
- include("searchNav.php5");
- global $login;
- $searchNav = new searchNav($_GET['post'],$_GET['artikulli'],$_POST['kerkesa']);
- ?>
- <a href="index.php5?artikulli=<?echo $searchNav->id[$i]?>">
- Lexo me shume »
- </a>
- --ne kete procesohen te dhenat--
- <?ob_start();
- class searchNav
- {
- var $fullArticleImg ,$fullArticleTitle,$fullArticleLajmi,$fullArticleKategoria, $fullArticleNumKomente , $fullArticleUsername , $fullArticleKomente;
- if($artikull)
- {
- $this->fullArticle($artikull);
- }
- function fullArticle($artikull)
- {
- global $databaza;
- $q = "select * from lajmet where id='$artikull'";
- $result = mysql_query($q,$databaza->connection) or die (mysql_error());
- while($value = mysql_fetch_array($result))
- {
- $this->fullArticleImg = $value['foto'];
- $this->fullArticleUsername = $value['username'];
- $this->fullArticleKomente = $this->numKomente($value['id']);
- $this->fullArticleLajmi = $value['artikulli'];
- $this->fullArticleTitle = $value['titulli'];
- $this->fullArticleKategoria = $value['kategoria'];
- }
- header("location: artikulli.php5");
- }
- --ne kete duhet te shfaqet--
- <div id="page_align">
- <div class="post_module_single">
- <div class="post_top">
- <div class="post_category">
- <?echo $searchNav->fullArticleKategoria?>
- </div>
- <div class="post_info">
- <div class="post_comments">
- <div class="post_module_icon">Komente <div class="c_c"><?echo $searchNav->fullArticleKomente?></div></div>
- </div>
- <div class="post_calendar">
- <div >Nga <?echo $searchNav->fullArticleUsername?></div>
- </div>
- </div>
- </div>
- <div class="post_thumb">
- <div class="focus">
- <img src="<?echo $searchNav->fullArticleImg?>&h=128&w=127&zc=1" />
- </div>
- </div>
- <div class="post_title">
- <h1><?echo $searchNav->fullArticleTitle."asdasdsasdasd"?></h1></div>
- <!--teksti-->
- <div id="post-320" class="post-320 post type-post status-publish format-standard">
- <div class="post_content">
- <p><?echo $searchNav->fullArticleLajmi?></p>
- </div></div> </div>
Advertisement
Add Comment
Please, Sign In to add comment